Home
last modified time | relevance | path

Searched defs:cell (Results 1 – 25 of 165) 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/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 } 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/toolchain-utils/cros_utils/
Dtabulator.py96 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/
Dit.rs80 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
203 let cell = OnceCell::new(); in arrrrrrrrrrrrrrrrrrrrrr() localVariable
294 let cell: OnceCell<String> = OnceCell::new(); in get_or_try_init() localVariable
328 let cell: OnceCell<String> = OnceCell::new(); in into_inner() localVariable
330 let cell = OnceCell::new(); in into_inner() localVariable
337 let cell = OnceCell::new(); in debug_impl() localVariable
544 let cell: OnceCell<String> = OnceCell::new(); in once_cell_does_not_leak_partially_constructed_boxes() localVariable
567 let cell = OnceCell::new(); in get_does_not_block() localVariable
[all …]
/external/tensorflow/tensorflow/c/eager/
Dtfe_monitoring_internal.h29 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
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.cc54 [](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/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()
DS2Polyline.java167 public boolean contains(S2Cell cell) { in contains()
178 public boolean mayIntersect(S2Cell cell) { in mayIntersect()
DS2Cap.java296 public boolean contains(S2Cell cell) { in contains()
315 public boolean mayIntersect(S2Cell cell) { in mayIntersect()
331 public boolean intersects(S2Cell cell, S2Point[] vertices) { in intersects()
DS2Loop.java113 public S2Loop(S2Cell cell) { in S2Loop()
124 public S2Loop(S2Cell cell, S2LatLngRect bound) { in S2Loop()
590 public boolean contains(S2Cell cell) { in contains()
609 public boolean mayIntersect(S2Cell cell) { in mayIntersect()
/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.cc44 static auto* cell = tensorflow::monitoring::PercentileSampler<3>::New( in RecordPaddingSize() local
57 static auto* cell = tensorflow::monitoring::Sampler<3>::New( in RecordPaddingSizeV2() local
72 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordInputBatchSize() local
84 static auto* cell = tensorflow::monitoring::Sampler<2>::New( in RecordInputBatchSizeV2() local
97 static auto* cell = tensorflow::monitoring::PercentileSampler<2>::New( in RecordProcessedBatchSize() local
110 static auto* cell = monitoring::Counter<3>::New( in RecordProcessedBatchSizeV2() local
122 static auto* cell = monitoring::PercentileSampler<2>::New( in RecordBatchDelayUs() local
134 static auto* cell = tensorflow::monitoring::Sampler<2>::New( in RecordBatchDelayUsV2() local
148 static auto* cell = monitoring::Gauge<int64, 2>::New( in RecordBatchParamBatchTimeoutMicros() local
158 static auto* cell = monitoring::Gauge<int64, 2>::New( in RecordBatchParamMaxBatchSize() 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.py161 def __init__(self, cell): argument
213 def __init__(self, cell): argument
265 def __init__(self, cell): argument
320 def __init__(self, cell): argument
373 def __init__(self, cell): argument
476 def __init__(self, cell): argument
494 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.rs75 pub(crate) mod cell { module
112 pub(crate) mod cell { module
/external/tensorflow/tensorflow/python/ops/
Drnn.py505 def dynamic_rnn(cell, argument
764 def _dynamic_rnn_loop(cell, argument
980 def raw_rnn(cell, argument
1307 def static_rnn(cell, argument
1486 def static_state_saving_rnn(cell, argument

1234567