Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util_test.cc40 TEST(CreateCycleDetectionGraph, ConnectivityThroughEnterExitRegion) { in TEST() argument
56 TEST(CreateCycleDetectionGraph, ConnectivityThroughMultipleEnterExitRegions) { in TEST() argument
75 TEST(CreateCycleDetectionGraph, ReachingEnterExit) { in TEST() argument
Dxla_cluster_util.cc107 xla::StatusOr<bool> CreateCycleDetectionGraph(const Graph* graph, in CreateCycleDetectionGraph() function