Home
last modified time | relevance | path

Searched refs:DescribeCycle (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc45 string DescribeCycle(const GraphCycles* cycles, const Graph& graph, int src, in DescribeCycle() function
181 << " edge: " << DescribeCycle(cycles, *graph, src, dst); in CreateCycleDetectionGraph()
197 DescribeCycle(cycles, *graph, edge->src()->id(), edge->dst()->id())); in CreateCycleDetectionGraph()