Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dgraphcycles.cc363 bool GraphCycles::CanContractEdge(int32_t a, int32_t b) { in CanContractEdge() function in tensorflow::GraphCycles
Dgraphcycles_test.cc496 TEST_F(GraphCyclesTest, CanContractEdge) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc298 bool CanContractEdge(const SimpleEdge* edge, in CanContractEdge() function