Home
last modified time | relevance | path

Searched defs:remove_edge (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/core/
H A DSkScanPriv.h45 static inline void remove_edge(EdgeType* edge) { in remove_edge() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dmutable_graph_view.cc785 const auto remove_edge = [this](const OutputPort& output_port, in UpdateFanoutsInternal() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dgraphmap.rs396 pub fn remove_edge(&mut self, a: N, b: N) -> Option<E> { in remove_edge() function
Dmatrix_graph.rs380 pub fn remove_edge(&mut self, a: NodeIndex<Ix>, b: NodeIndex<Ix>) -> E { in remove_edge() method
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/stable_graph/
Dmod.rs452 pub fn remove_edge(&mut self, e: EdgeIndex<Ix>) -> Option<E> { in remove_edge() function
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/graph_impl/
Dmod.rs737 pub fn remove_edge(&mut self, e: EdgeIndex<Ix>) -> Option<E> { in remove_edge() function