Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc64 struct GraphCycles::Rep {
76 GraphCycles::GraphCycles() : rep_(new Rep) {} in GraphCycles() function in tensorflow::GraphCycles
78 GraphCycles::~GraphCycles() { in ~GraphCycles()
85 bool GraphCycles::CheckInvariants() const { in CheckInvariants()
107 int32 GraphCycles::NewNode() { in NewNode()
125 void GraphCycles::RemoveNode(int32 node) { in RemoveNode()
138 void* GraphCycles::GetNodeData(int32 node) const { in GetNodeData()
142 void GraphCycles::SetNodeData(int32 node, void* data) { in SetNodeData()
146 bool GraphCycles::HasEdge(int32 x, int32 y) const { in HasEdge()
150 void GraphCycles::RemoveEdge(int32 x, int32 y) { in RemoveEdge()
[all …]
Dgraphcycles.h53 class GraphCycles {
55 GraphCycles();
56 ~GraphCycles();
128 TF_DISALLOW_COPY_AND_ASSIGN(GraphCycles);
Dgraphcycles_test.cc78 static void PrintGCEdges(Nodes *nodes, tensorflow::GraphCycles *gc) { in PrintGCEdges()
93 tensorflow::GraphCycles *gc) { in PrintTransitiveClosure()
109 tensorflow::GraphCycles *gc) { in PrintGCTransitiveClosure()
124 tensorflow::GraphCycles *gc) { in CheckTransitiveClosure()
147 tensorflow::GraphCycles *gc) { in CheckEdges()
198 TEST(GraphCycles, RandomizedTest) { in TEST() argument
201 tensorflow::GraphCycles graph_cycles; in TEST()
380 tensorflow::GraphCycles g_;
513 tensorflow::GraphCycles g; in BM_StressTest()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.h62 GraphCycles* cycles);
82 GraphCycles* cycles);
Dxla_cluster_util_test.cc47 GraphCycles cycles; in TEST()
66 GraphCycles cycles; in TEST()
88 GraphCycles cycles; in TEST()
Dxla_cluster_util.cc45 string DescribeCycle(const GraphCycles* cycles, const Graph& graph, int src, in DescribeCycle()
115 GraphCycles* cycles) { in CreateCycleDetectionGraph()
232 GraphCycles* cycles) { in AdjustCycleDetectionGraphForResourceOps()
Dxla_fusion_optimizer.cc211 GraphCycles cycles; in Optimize()
Dmark_for_compilation_pass.cc1099 GraphCycles cycles; in RunImpl()
Ddeadness_analysis.cc770 GraphCycles graph_cycles; in GetInputPreds()
Dencapsulate_subgraphs_pass.cc2140 GraphCycles* cycle_detector, in CheckClusterDependencyForCycles()
2183 GraphCycles cycle_detector; in FindClusterDependencies()