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.cc36 TEST(CreateCycleDetectionGraph, ConnectivityThroughEnterExitRegion) { in TEST() argument
52 TEST(CreateCycleDetectionGraph, ConnectivityThroughMultipleEnterExitRegions) { in TEST() argument
71 TEST(CreateCycleDetectionGraph, ReachingEnterExit) { in TEST() argument
Dxla_cluster_util.cc114 xla::StatusOr<bool> CreateCycleDetectionGraph(const Graph* graph, in CreateCycleDetectionGraph() function