Home
last modified time | relevance | path

Searched defs:ContractEdge (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc367 bool GraphCycles::ContractEdge(int32 a, int32 b) { in ContractEdge() function in tensorflow::GraphCycles
Dgraphcycles_test.cc475 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc346 void ContractEdge(SimpleEdge* edge, SimpleGraph* graph, in ContractEdge() function