Searched defs:cell2 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_experimental_test.cc | 85 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/ |
D | S2EdgeIndex.java | 88 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()
|