Searched defs:ContractEdge (Results 1 – 5 of 5) sorted by relevance
69 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
272 llvm::Optional<int32_t> GraphCycles::ContractEdge(int32_t a, int32_t b) { in ContractEdge() function in mlir::GraphCycles
373 std::optional<int32_t> GraphCycles::ContractEdge(int32_t a, int32_t b) { in ContractEdge() function in tensorflow::GraphCycles
472 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
579 void ContractEdge(SimpleEdge* edge, SimpleGraph* graph, in ContractEdge() function