Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc54 class SimpleGraph;
118 friend class SimpleGraph;
121 class SimpleGraph { class
123 explicit SimpleGraph(const Graph* g);
124 ~SimpleGraph();
155 SimpleGraph::SimpleGraph(const Graph* g) : g_(g) { in SimpleGraph() function in tensorflow::tensorrt::segment::__anon8f933a440111::SimpleGraph
189 void SimpleGraph::AddEdge(SimpleNode* src, int out_port, SimpleNode* dst, in AddEdge()
207 void SimpleGraph::AddControlEdge(SimpleNode* src, SimpleNode* dst) { in AddControlEdge()
211 void SimpleGraph::RemoveEdge(const SimpleEdge* edge) { in RemoveEdge()
228 SimpleGraph::~SimpleGraph() { in ~SimpleGraph()
[all …]
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cpp42 class SimpleGraph { class
73 SimpleGraph s_g; in BasicTest()
118 SimpleGraph s_g; in RemoveEdges()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc43 class SimpleGraph { class
74 SimpleGraph s_g; in BasicTest()
119 SimpleGraph s_g; in RemoveEdges()
/external/tensorflow/tensorflow/core/grappler/
Dgraph_topology_view_test.cc49 TEST_F(GraphTopologyViewTest, SimpleGraph) { in TEST_F() argument
/external/tensorflow/tensorflow/lite/
Darena_planner_test.cc276 TEST_F(ArenaPlannerTest, SimpleGraph) { in TEST_F() argument