/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | rearrange_function_argument.cc | 231 std::vector<const Edge*> out_edges; in RearrangeOutputEdges() local 474 std::vector<const Edge*> out_edges; in MaybeRewriteIfNode() local
|
H A D | tf2xla_util.cc | 671 Status SetNodeShardingFromNeighbors(Node* n, bool out_edges) { in SetNodeShardingFromNeighbors() 892 std::vector<const Edge*> out_edges; in ReplaceNode() local
|
/aosp_15_r20/frameworks/libs/binary_translation/backend/include/berberis/backend/common/ |
D | machine_ir.h | 342 [[nodiscard]] const MachineEdgeVector& out_edges() const { return out_edges_; } in out_edges() function 343 [[nodiscard]] MachineEdgeVector& out_edges() { return out_edges_; } in out_edges() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/ |
D | page_rank.rs | 107 let mut out_edges = graph.edges(node_w); in out_edges_info() localVariable
|
D | ford_fulkerson.rs | 69 let out_edges = network.edges_directed(vertex, Direction::Outgoing); in has_augmented_path() localVariable
|
D | feedback_arc_set.rs | 224 out_edges: Vec<FasNodeIndex>, field
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
H A D | segment.cc | 92 const std::vector<SimpleEdge*>& out_edges() const { return out_edges_; } in out_edges() function in tensorflow::tensorrt::segment::__anon2febd5fa0111::SimpleNode 608 std::vector<const SimpleEdge*> out_edges(dst->out_edges().begin(), in ContractEdge() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | shape_inference.cc | 146 std::vector<const Edge*> out_edges(n->out_edges().begin(), in PropagateShapes() local
|
H A D | build_xla_ops_pass.cc | 66 std::vector<const Edge*> out_edges(old_node->out_edges().begin(), in MoveOutgoingEdges() local
|
H A D | extract_outside_compilation_pass.cc | 2164 std::vector<const Edge*> out_edges(n->out_edges().begin(), in CopyOutsideCompilationConstNodes() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | placer_inspection_required_ops_utils.cc | 226 const EdgeSet& out_edges = node->out_edges(); in AddOutputIdentities() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/ |
H A D | graph_partition.cc | 117 std::vector<const Edge*> out_edges(node->out_edges().begin(), in PrepareSubgraphForFunctionConversion() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/tests/ |
D | graph.rs | 1694 let out_edges = [a, a, b]; in neighbors_selfloops() localVariable 1743 let out_edges = [a, b, c]; in neighbors_selfloops() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | convert_graph.cc | 219 std::vector<const Edge*> out_edges(node->out_edges().begin(), in GetEngineInfo() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph.h | 155 const EdgeSet& out_edges() const { return out_edges_; } in out_edges() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
H A D | distributed_tpu_rewrite_pass.cc | 568 std::vector<const Edge*> out_edges(old_node->out_edges().begin(), in ReplaceCompilationResultNodeWithIdentity() local 4331 std::vector<const Edge*> out_edges(n->out_edges().begin(), in LowerOutsideCompilationFunctionalNodes() local
|
H A D | encapsulate_tpu_computations_pass.cc | 2006 std::vector<const Edge*> out_edges(identity->out_edges().begin(), in RemoveOutputIdentityNodesForWhileV2() local
|