Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dcycle_detector_test.cc69 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
Dcycle_detector.cc271 llvm::Optional<int32_t> GraphCycles::ContractEdge(int32_t a, int32_t b) { in ContractEdge() function in mlir::GraphCycles
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dgraphcycles.cc371 absl::optional<int32> GraphCycles::ContractEdge(int32 a, int32 b) { in ContractEdge() function in tensorflow::GraphCycles
Dgraphcycles_test.cc476 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc574 void ContractEdge(SimpleEdge* edge, SimpleGraph* graph, in ContractEdge() function