/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_metrics.cc | 93 static monitoring::PercentileSamplerCell* cell = in GetAllocateCell() local 103 static monitoring::PercentileSamplerCell* cell = in GetAllocateUninitializedCell() local 114 static monitoring::PercentileSamplerCell* cell = in GetAllocateFromTensorCell() local 125 static monitoring::PercentileSamplerCell* cell = in GetSubTupleCell() local 135 static monitoring::PercentileSamplerCell* cell = in GetMakeTupleCell() local 145 static monitoring::PercentileSamplerCell* cell = in GetReadLiteralCell() local 155 static monitoring::PercentileSamplerCell* cell = in GetReadToTensorCell() local 165 static monitoring::PercentileSamplerCell* cell = in GetWriteLiteralCell() local 175 static monitoring::PercentileSamplerCell* cell = in GetReleaseAllocationCell() local 186 static monitoring::PercentileSamplerCell* cell = in GetReleaseAllAllocationsCell() local [all …]
|
/external/starlark-go/starlark/ |
D | interp.go | 659 type cell struct{ v Value } struct 661 func (c *cell) String() string { return "cell" } 662 func (c *cell) Type() string { return "cell" } 663 func (c *cell) Freeze() { 668 func (c *cell) Truth() Bool { panic("unreachable") } 669 func (c *cell) Hash() (uint32, error) { panic("unreachable") }
|
/external/gemmlowp/internal/ |
D | pack_msa.h | 89 for (int cell = 0; cell < kCells; cell += 2) { in Pack() local 98 for (int cell = 0; cell < kCells; cell += 2) { in Pack() local 109 for (int cell = 0; cell < kCells - 1; cell += 2) { in Pack() local 128 for (int cell = 1; cell < kCells; cell += 2) { in Pack() local 146 for (int cell = 0; cell < kCells; cell++) { in Pack() local 157 for (int cell = 0; cell < kCells; cell++) { in Pack() local 166 for (int cell = 0; cell < kCells; cell++) { in Pack() local 252 for (int cell = 0; cell < kCells; cell += 2) { in Pack() local 261 for (int cell = 0; cell < kCells; cell += 2) { in Pack() local 272 for (int cell = 0; cell < kCells - 1; cell += 2) { in Pack() local [all …]
|
D | pack_neon.h | 80 for (int cell = 0; cell < kCells; cell++) { in Pack() local 86 for (int cell = 0; cell < kCells; cell++) { in Pack() local 99 for (int cell = 0; cell < kCells; cell++) { in Pack() local 110 for (int cell = 0; cell < kCells; cell++) { in Pack() local 117 for (int cell = 0; cell < kCells; cell++) { in Pack() local 195 for (int cell = 0; cell < kCells; cell++) { in Pack() local 201 for (int cell = 0; cell < kCells; cell++) { in Pack() local 214 for (int cell = 0; cell < kCells; cell++) { in Pack() local 222 for (int cell = 0; cell < kCells; cell++) { in Pack() local 228 for (int cell = 0; cell < kCells; cell++) { in Pack() local [all …]
|
/external/toolchain-utils/cros_utils/ |
D | tabulator.py | 96 def _RemoveMinMax(cell, values): argument 435 def _Literal(self, cell, values, baseline_values): argument 438 def _ComputeFloat(self, cell, values, baseline_values): argument 441 def _ComputeString(self, cell, values, baseline_values): argument 444 def _InvertIfLowerIsBetter(self, cell): argument 458 def Compute(self, cell, values, baseline_values): argument 502 def Compute(self, cell, values, baseline_values): argument 515 def Compute(self, cell, values, baseline_values): argument 542 def _ComputeString(self, cell, values, baseline_values): argument 556 def _ComputeFloat(self, cell, values, baseline_values): argument [all …]
|
/external/rust/crates/once_cell/tests/ |
D | it.rs | 80 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable 82 let cell = OnceCell::new(); in into_inner() localVariable 89 let cell = OnceCell::new(); in debug_impl() localVariable 202 let cell = OnceCell::new(); in arrrrrrrrrrrrrrrrrrrrrr() localVariable 292 let cell: OnceCell<String> = OnceCell::new(); in get_or_try_init() localVariable 326 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable 328 let cell = OnceCell::new(); in into_inner() localVariable 335 let cell = OnceCell::new(); in debug_impl() localVariable 540 let cell: OnceCell<String> = OnceCell::new(); in once_cell_does_not_leak_partially_constructed_boxes() localVariable 563 let cell = OnceCell::new(); in get_does_not_block() localVariable [all …]
|
/external/tensorflow/tensorflow/c/eager/ |
D | tfe_monitoring_internal.h | 29 tensorflow::monitoring::CounterCell cell; member 55 tensorflow::monitoring::GaugeCell<tensorflow::int64> cell; member 58 tensorflow::monitoring::GaugeCell<tensorflow::string> cell; member 61 tensorflow::monitoring::GaugeCell<bool> cell; member 119 tensorflow::monitoring::SamplerCell cell; member
|
D | c_api_experimental.cc | 65 void TFE_MonitoringCounterCellIncrementBy(TFE_MonitoringCounterCell* cell, in TFE_MonitoringCounterCellIncrementBy() 70 int64_t TFE_MonitoringCounterCellValue(TFE_MonitoringCounterCell* cell) { in TFE_MonitoringCounterCellValue() 144 void TFE_MonitoringIntGaugeCellSet(TFE_MonitoringIntGaugeCell* cell, in TFE_MonitoringIntGaugeCellSet() 149 int64_t TFE_MonitoringIntGaugeCellValue(TFE_MonitoringIntGaugeCell* cell) { in TFE_MonitoringIntGaugeCellValue() 223 void TFE_MonitoringStringGaugeCellSet(TFE_MonitoringStringGaugeCell* cell, in TFE_MonitoringStringGaugeCellSet() 229 TFE_MonitoringStringGaugeCell* cell, TF_Buffer* buf) { in TFE_MonitoringStringGaugeCellValue() 306 void TFE_MonitoringBoolGaugeCellSet(TFE_MonitoringBoolGaugeCell* cell, in TFE_MonitoringBoolGaugeCellSet() 311 bool TFE_MonitoringBoolGaugeCellValue(TFE_MonitoringBoolGaugeCell* cell) { in TFE_MonitoringBoolGaugeCellValue() 385 void TFE_MonitoringSamplerCellAdd(TFE_MonitoringSamplerCell* cell, in TFE_MonitoringSamplerCellAdd() 390 void TFE_MonitoringSamplerCellValue(TFE_MonitoringSamplerCell* cell, in TFE_MonitoringSamplerCellValue()
|
/external/tensorflow/tensorflow/core/lib/monitoring/ |
D | gauge_test.cc | 32 auto* cell = gauge_with_labels->GetCell("GetCellOp"); in TEST() local 54 auto* cell = gauge_without_labels->GetCell(); in TEST() local 76 auto* cell = string_gauge->GetCell(); in TEST() local 98 auto* cell = bool_gauge->GetCell(); in TEST() local
|
D | percentile_sampler_test.cc | 34 auto* cell = pctsampler_with_labels->GetCell("MyLabel"); in TEST() local 52 auto* cell = pctsampler_without_labels->GetCell(); in TEST() local
|
D | sampler_test.cc | 47 auto* cell = sampler_with_labels->GetCell("BucketBoundaries"); in TEST() local 79 auto* cell = sampler_without_labels->GetCell(); in TEST() local 99 auto* cell = sampler_with_exponential->GetCell("BucketBoundaries"); in TEST() local
|
D | counter_test.cc | 33 auto* cell = counter_with_labels->GetCell("GetCellOp"); in TEST() local 65 auto* cell = counter_without_labels->GetCell(); in TEST() local
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | array4d_test.cc | 54 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST() 70 arr.Each([&arr](absl::Span<const int64> idx, int* cell) { in TEST() 131 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST() 135 [](absl::Span<const int64> idx, int* cell) { EXPECT_EQ(*cell, 11); }); in TEST() 142 arr.Each([&arr](absl::Span<const int64> idx, float* cell) { in TEST()
|
/external/s2-geometry-library-java/src/com/google/common/geometry/ |
D | S2Region.java | 43 public abstract boolean contains(S2Cell cell); in contains() 50 public abstract boolean mayIntersect(S2Cell cell); in mayIntersect()
|
/external/autotest/frontend/client/src/autotest/common/spreadsheet/ |
D | SpreadsheetSelectionManager.java | 30 public void toggleSelected(CellInfo cell) { in toggleSelected() 40 private void selectCell(CellInfo cell) { in selectCell() 45 private void deselectCell(CellInfo cell) { in deselectCell()
|
/external/emma/core/java12/com/vladium/emma/report/html/ |
D | ReportGenerator.java | 201 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 380 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 497 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 674 final HTMLTable.ICell cell = coverage.newCell (); in visit() local 791 final HTMLTable.ICell cell = navRow.newCell (); in addPageHeader() local 826 final HTMLTable.ICell cell = navRow.newCell (); in addPageFooter() local 846 final HTMLTable.ICell cell = titleRow.newCell (); in addPageFooter() local 884 final HTMLTable.ICell cell = header.newCell (); in addHeaderRow() local 921 final HTMLTable.ICell cell = row.newCell (); in addItemRow() local 951 final HTMLTable.ICell cell = row.newCell (); in addItemRow() local [all …]
|
/external/autotest/frontend/client/src/autotest/common/table/ |
D | TableClickWidget.java | 14 private int cell; field in TableClickWidget 21 int row, int cell) { in TableClickWidget()
|
/external/jemalloc_new/src/ |
D | ckh.c | 64 ckhc_t *cell; in ckh_bucket_search() local 82 size_t hashes[2], bucket, cell; in ckh_isearch() local 104 ckhc_t *cell; in ckh_try_bucket_insert() local 137 ckhc_t *cell; in ckh_evict_reloc_insert() local 491 size_t cell; in ckh_remove() local 523 size_t cell; in ckh_search() local
|
/external/s2-geometry-library-java/tests/com/google/common/geometry/ |
D | S2CellTest.java | 32 S2Cell cell = new S2Cell(id); in testFaces() local 112 static void gatherStats(S2Cell cell) { in gatherStats() 163 public void testSubdivide(S2Cell cell) { in testSubdivide() 424 public void expandChildren1(S2Cell cell) { in expandChildren1() 434 public void expandChildren2(S2Cell cell) { in expandChildren2()
|
/external/rust/crates/crossbeam-epoch/src/ |
D | lib.rs | 76 pub(crate) mod cell { module 112 pub(crate) mod cell { module
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_vertices.c | 1059 isl_ctx *isl_cell_get_ctx(__isl_keep isl_cell *cell) in isl_cell_get_ctx() 1064 __isl_give isl_basic_set *isl_cell_get_domain(__isl_keep isl_cell *cell) in isl_cell_get_domain() 1073 isl_cell *cell = NULL; in isl_cell_alloc() local 1099 __isl_null isl_cell *isl_cell_free(__isl_take isl_cell *cell) in isl_cell_free() 1203 isl_stat (*fn)(__isl_take isl_cell *cell, void *user), void *user) in isl_vertices_foreach_disjoint_cell() 1207 isl_cell *cell; in isl_vertices_foreach_disjoint_cell() local 1251 isl_stat (*fn)(__isl_take isl_cell *cell, void *user), void *user) in isl_vertices_foreach_cell() 1254 isl_cell *cell; in isl_vertices_foreach_cell() local 1305 isl_stat isl_cell_foreach_vertex(__isl_keep isl_cell *cell, in isl_cell_foreach_vertex() 1387 static isl_stat call_on_simplex(__isl_keep isl_cell *cell, in call_on_simplex() [all …]
|
/external/tensorflow/tensorflow/python/eager/ |
D | monitoring.py | 153 def __init__(self, cell): argument 205 def __init__(self, cell): argument 257 def __init__(self, cell): argument 312 def __init__(self, cell): argument 365 def __init__(self, cell): argument 468 def __init__(self, cell): argument 486 def monitored_timer(cell): argument
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | batch_resource_base.cc | 35 static auto* cell = tensorflow::monitoring::PercentileSampler<3>::New( in RecordPaddingSize() local 48 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordInputBatchSize() local 60 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordProcessedBatchSize() local 72 static auto* cell = monitoring::PercentileSampler<2>::New( in RecordBatchDelayUs() local 85 static auto* cell = monitoring::Gauge<int64, 2>::New( in RecordBatchParamBatchTimeoutMicros() local 95 static auto* cell = monitoring::Gauge<int64, 2>::New( in RecordBatchParamMaxBatchSize() local 104 static auto* cell = monitoring::Gauge<int64, 2>::New( in RecordBatchParamMaxEnqueuedBatches() local 114 static auto* cell = monitoring::Gauge<string, 2>::New( in RecordBatchParamAllowedBatchSizes() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn.py | 505 def dynamic_rnn(cell, argument 703 def _dynamic_rnn_loop(cell, argument 919 def raw_rnn(cell, argument 1246 def static_rnn(cell, argument 1425 def static_state_saving_rnn(cell, argument
|
/external/rust/crates/once_cell/examples/ |
D | reentrant_init_deadlocks.rs | 2 let cell = once_cell::sync::OnceCell::<u32>::new(); in main() localVariable
|