Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 25 of 175) sorted by relevance

1234567

/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_metrics.cc93 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/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmetrics.cc35 static auto* cell = compile_time_usecs_histogram->GetCell("hlo_passes"); in RecordHloPassesDuration() local
40 static auto* cell = compile_time_usecs_histogram->GetCell("hlo_to_llvm"); in RecordHloToLlvmDuration() local
48 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_to_ptx"); in RecordLlvmPassesAndLlvmToPtxDuration() local
53 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_passes"); in RecordLlvmPassesDuration() local
60 static auto* cell = compile_time_usecs_histogram->GetCell("llvm_to_ptx_only"); in RecordLlvmToPtxDuration() local
65 static auto* cell = compile_time_usecs_histogram->GetCell("ptx_to_cubin"); in RecordPtxToCubinDuration() local
/external/gemmlowp/internal/
Dpack_msa.h89 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 …]
Dpack_neon.h80 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/starlark-go/starlark/
Dinterp.go659 type cell struct{ v Value } argument
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/toolchain-utils/cros_utils/
Dtabulator.py95 def _RemoveMinMax(cell, values): argument
449 def _Literal(self, cell, values, baseline_values): argument
452 def _ComputeFloat(self, cell, values, baseline_values): argument
455 def _ComputeString(self, cell, values, baseline_values): argument
458 def _InvertIfLowerIsBetter(self, cell): argument
472 def Compute(self, cell, values, baseline_values): argument
516 def Compute(self, cell, values, baseline_values): argument
529 def Compute(self, cell, values, baseline_values): argument
558 def _ComputeString(self, cell, values, baseline_values): argument
572 def _ComputeFloat(self, cell, values, baseline_values): argument
[all …]
/external/rust/crates/once_cell/tests/
Dit.rs23 let cell = CELL; in once_cell_with_value() localVariable
87 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable
89 let cell = OnceCell::new(); in into_inner() localVariable
96 let cell = OnceCell::new(); in debug_impl() localVariable
246 let cell = OnceCell::new(); in arrrrrrrrrrrrrrrrrrrrrr() localVariable
349 let cell: OnceCell<String> = OnceCell::new(); in get_or_try_init() localVariable
369 let cell: OnceCell<String> = OnceCell::new(); in wait() localVariable
418 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable
420 let cell = OnceCell::new(); in into_inner() localVariable
427 let cell = OnceCell::new(); in debug_impl() localVariable
[all …]
/external/tensorflow/tensorflow/c/eager/
Dtfe_monitoring_internal.h29 tensorflow::monitoring::CounterCell cell; member
55 tensorflow::monitoring::GaugeCell<int64_t> cell; member
58 tensorflow::monitoring::GaugeCell<tensorflow::string> cell; member
61 tensorflow::monitoring::GaugeCell<bool> cell; member
125 tensorflow::monitoring::SamplerCell cell; member
/external/tensorflow/tensorflow/core/lib/monitoring/
Dgauge_test.cc32 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
Dsampler_test.cc47 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
Dpercentile_sampler_test.cc34 auto* cell = pctsampler_with_labels->GetCell("MyLabel"); in TEST() local
52 auto* cell = pctsampler_without_labels->GetCell(); in TEST() local
Dcounter_test.cc33 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/
Darray4d_test.cc55 [](absl::Span<const int64_t> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST()
71 arr.Each([&arr](absl::Span<const int64_t> idx, int* cell) { in TEST()
132 [](absl::Span<const int64_t> idx, int* cell) { EXPECT_EQ(*cell, 7); }); in TEST()
136 [](absl::Span<const int64_t> idx, int* cell) { EXPECT_EQ(*cell, 11); }); in TEST()
143 arr.Each([&arr](absl::Span<const int64_t> idx, float* cell) { in TEST()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheetSelectionManager.java30 public void toggleSelected(CellInfo cell) { in toggleSelected()
40 private void selectCell(CellInfo cell) { in selectCell()
45 private void deselectCell(CellInfo cell) { in deselectCell()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Region.java43 public abstract boolean contains(S2Cell cell); in contains()
50 public abstract boolean mayIntersect(S2Cell cell); in mayIntersect()
/external/ktfmt/core/src/main/java/com/facebook/ktfmt/kdoc/
DTable.kt51 val cell = row.cells[column] in format() constant
165 for (cell in dividerRow.cells) { in getTable() constant
227 val cell = s.substring(i, end).trim() in getRow() constant
236 val cell = s.substring(i, end).trim() in getRow() constant
/external/emma/core/java12/com/vladium/emma/report/html/
DReportGenerator.java201 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/tensorflow/tensorflow/core/kernels/batching_util/
Dbatch_resource_base.cc47 static auto* cell = tensorflow::monitoring::PercentileSampler<3>::New( in RecordPaddingSize() local
60 static auto* cell = tensorflow::monitoring::Sampler<3>::New( in RecordPaddingSizeV2() local
75 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordInputBatchSize() local
87 static auto* cell = tensorflow::monitoring::Sampler<2>::New( in RecordInputBatchSizeV2() local
101 static auto* cell = tensorflow::monitoring::Sampler<2>::New( in RecordBatchSize() local
112 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordProcessedBatchSize() local
125 static auto* cell = monitoring::Counter<3>::New( in RecordProcessedBatchSizeV2() local
137 static auto* cell = monitoring::PercentileSampler<3>::New( in RecordBatchDelayUs() local
150 static auto* cell = tensorflow::monitoring::Sampler<3>::New( in RecordBatchDelayUsV2() local
165 static auto* cell = monitoring::Gauge<int64_t, 2>::New( in RecordBatchParamBatchTimeoutMicros() local
[all …]
/external/jemalloc_new/src/
Dckh.c64 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/
DS2CellTest.java32 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/tensorflow/tensorflow/python/eager/
Dmonitoring.py157 def __init__(self, cell): argument
209 def __init__(self, cell): argument
261 def __init__(self, cell): argument
316 def __init__(self, cell): argument
369 def __init__(self, cell): argument
472 def __init__(self, cell): argument
490 def monitored_timer(cell): argument
/external/autotest/frontend/client/src/autotest/common/table/
DTableClickWidget.java14 private int cell; field in TableClickWidget
21 int row, int cell) { in TableClickWidget()
/external/rust/crates/crossbeam-epoch/src/
Dlib.rs74 pub(crate) mod cell { module
98 pub(crate) mod cell { module
/external/tensorflow/tensorflow/python/ops/
Drnn.py504 def dynamic_rnn(cell, argument
765 def _dynamic_rnn_loop(cell, argument
983 def raw_rnn(cell, argument
1311 def static_rnn(cell, argument
1491 def static_state_saving_rnn(cell, argument
/external/cronet/base/allocator/partition_allocator/starscan/
Dstate_bitmap.h215 auto& cell = AsAtomicCell(cell_index); in Allocate() local
235 auto& cell = AsAtomicCell(cell_index); in Quarantine() local
257 auto& cell = AsAtomicCell(cell_index); in MarkQuarantinedAsReachable() local
292 auto& cell = AsAtomicCell(cell_index); in Free() local

1234567