Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dcycle_detector_test.cc50 TEST_F(GraphCyclesTest, RemoveEdge) { in TEST_F() argument
H A Dcycle_detector.cc92 void GraphCycles::RemoveEdge(int32_t x, int32_t y) { in RemoveEdge() function in mlir::GraphCycles
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dcfg.h112 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dcfg.h112 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcfg.h112 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
H A Dgraphcycles.cc154 void GraphCycles::RemoveEdge(int32_t x, int32_t y) { in RemoveEdge() function in tensorflow::GraphCycles
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/
H A Dgraphcycles.cc477 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.cc615 void Graph::RemoveEdge(const Edge* e) { in RemoveEdge() function in tensorflow::Graph
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
H A Dgraphcycles.cc475 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc477 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc477 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc481 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc490 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc490 void GraphCycles::RemoveEdge(GraphId x, GraphId y) { in RemoveEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment.cc215 void SimpleGraph::RemoveEdge(const SimpleEdge* edge) { in RemoveEdge() function in tensorflow::tensorrt::segment::__anon2febd5fa0111::SimpleGraph
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dscoped_allocator_optimizer.cc168 Status RemoveEdge(const string& input_edge_name, const string& from_node_name, in RemoveEdge() function