Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles.cc357 bool GraphCycles::CanContractEdge(int32 a, int32 b) { in CanContractEdge() function in tensorflow::GraphCycles
Dgraphcycles_test.cc497 TEST_F(GraphCyclesTest, CanContractEdge) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc294 bool CanContractEdge(const SimpleEdge* edge, in CanContractEdge() function