Home
last modified time | relevance | path

Searched defs:RemoveEdge (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dcycle_detector_test.cc50 TEST_F(GraphCyclesTest, RemoveEdge) { in TEST_F() argument
Dcycle_detector.cc91 void GraphCycles::RemoveEdge(int32_t x, int32_t y) { in RemoveEdge() function in mlir::GraphCycles
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
/external/deqp-deps/SPIRV-Tools/source/opt/
Dcfg.h104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dgraphcycles.cc154 void GraphCycles::RemoveEdge(int32 x, int32 y) { in RemoveEdge() function in tensorflow::GraphCycles
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc547 void Graph::RemoveEdge(const Edge* e) { in RemoveEdge() function in tensorflow::Graph
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc474 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/external/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc474 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc474 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dgraphcycles.cc475 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc474 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc211 void SimpleGraph::RemoveEdge(const SimpleEdge* edge) { in RemoveEdge() function in tensorflow::tensorrt::segment::__anon8f933a440111::SimpleGraph
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dscoped_allocator_optimizer.cc168 Status RemoveEdge(const string& input_edge_name, const string& from_node_name, in RemoveEdge() function