Home
last modified time | relevance | path

Searched defs:cell2 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc85 auto* cell2 = TFE_MonitoringGetCellCounter2(counter2, "foo", "bar"); in TEST() local
130 auto* cell2 = TFE_MonitoringGetCellStringGauge2(gauge2, "foo", "bar"); in TEST() local
191 auto* cell2 = TFE_MonitoringGetCellSampler2(sampler2, "foo", "bar"); in TEST() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2EdgeIndex.java88 private static final int compare(long cell1, int edge1, long cell2, int edge2) { in compare()
384 private int[] getEdges(long cell1, long cell2) { in getEdges()