Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dcycle_detector_test.cc69 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
H A Dcycle_detector.cc272 llvm::Optional<int32_t> GraphCycles::ContractEdge(int32_t a, int32_t b) { in ContractEdge() function in mlir::GraphCycles
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
H A Dgraphcycles.cc373 std::optional<int32_t> GraphCycles::ContractEdge(int32_t a, int32_t b) { in ContractEdge() function in tensorflow::GraphCycles
H A Dgraphcycles_test.cc472 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment.cc579 void ContractEdge(SimpleEdge* edge, SimpleGraph* graph, in ContractEdge() function