Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_cluster_util_test.cc102 TEST(IsSingleGpuGraph, ReturnsTrue) { in TEST() argument
114 TEST(IsSingleGpuGraph, ReturnsFalseForCpuGraph) { in TEST() argument
126 TEST(IsSingleGpuGraph, ReturnsFalseForMultiGpuGraph) { in TEST() argument
H A Dxla_cluster_util.cc266 bool IsSingleGpuGraph(const Graph& g) { in IsSingleGpuGraph() function