Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc47 class SimpleGraph;
111 friend class SimpleGraph;
114 class SimpleGraph { class
116 explicit SimpleGraph(const Graph* g);
117 ~SimpleGraph();
148 SimpleGraph::SimpleGraph(const Graph* g) : g_(g) { in SimpleGraph() function in tensorflow::tensorrt::segment::SimpleGraph
182 void SimpleGraph::AddEdge(SimpleNode* src, int out_port, SimpleNode* dst, in AddEdge()
200 void SimpleGraph::AddControlEdge(SimpleNode* src, SimpleNode* dst) { in AddControlEdge()
204 void SimpleGraph::RemoveEdge(const SimpleEdge* edge) { in RemoveEdge()
221 SimpleGraph::~SimpleGraph() { in ~SimpleGraph()
[all …]
/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.cc241 TEST_F(ArenaPlannerTest, SimpleGraph) { in TEST_F() argument