Home
last modified time | relevance | path

Searched defs:HasEdge (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/dag/
Dparse.go79 func (g *Graph) HasEdge(from, to string) bool { func
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp36 const bool HasEdge = llvm::is_contained(successors(From), To); in isUpdateValid() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDomTreeUpdater.cpp35 const bool HasEdge = llvm::any_of( in isUpdateValid() local
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dsubgraph_test.cc95 bool HasEdge(const string& src, int src_out, const string& dst, int dst_in) { in HasEdge() function in tensorflow::__anon82913e730111::SubgraphTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/utils/
H A Dcycle_detector.cc88 bool GraphCycles::HasEdge(int32_t x, int32_t y) const { in HasEdge() function in mlir::GraphCycles
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
H A Dgraphcycles.cc150 bool GraphCycles::HasEdge(int32_t x, int32_t y) const { in HasEdge() function in tensorflow::GraphCycles
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/synchronization/internal/
H A Dgraphcycles.cc472 bool GraphCycles::HasEdge(GraphId x, GraphId y) const { in HasEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
H A Dgraphcycles.cc470 bool GraphCycles::HasEdge(GraphId x, GraphId y) const { in HasEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc472 bool GraphCycles::HasEdge(GraphId x, GraphId y) const { in HasEdge() 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.cc472 bool GraphCycles::HasEdge(GraphId x, GraphId y) const { in HasEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc476 bool GraphCycles::HasEdge(GraphId x, GraphId y) const { in HasEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc485 bool GraphCycles::HasEdge(GraphId x, GraphId y) const { in HasEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.cc485 bool GraphCycles::HasEdge(GraphId x, GraphId y) const { in HasEdge() function in absl::synchronization_internal::GraphCycles
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dgraph_constructor_test.cc131 bool HasEdge(const string& src, int src_out, const string& dst, int dst_in) { in HasEdge() function in tensorflow::__anonc89d8d880111::GraphConstructorTest