Searched defs:ContractEdge (Results 1 – 5 of 5) sorted by relevance
69 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
271 llvm::Optional<int32_t> GraphCycles::ContractEdge(int32_t a, int32_t b) { in ContractEdge() function in mlir::GraphCycles
371 absl::optional<int32> GraphCycles::ContractEdge(int32 a, int32 b) { in ContractEdge() function in tensorflow::GraphCycles
476 TEST_F(GraphCyclesTest, ContractEdge) { in TEST_F() argument
574 void ContractEdge(SimpleEdge* edge, SimpleGraph* graph, in ContractEdge() function