/external/tensorflow/tensorflow/core/common_runtime/ |
D | mkl_tfconversion_pass.cc | 206 (*g)->RemoveEdge(e); in InsertConversionNodeOnEdge() 260 (*g)->RemoveEdge(e); in InsertInputConversionNode() 293 (*g)->RemoveEdge(edges[0]); in InsertInputConversionNode() 294 (*g)->RemoveEdge(edges[1]); in InsertInputConversionNode() 295 (*g)->RemoveEdge(edges[2]); in InsertInputConversionNode() 296 (*g)->RemoveEdge(edges[3]); in InsertInputConversionNode()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/ |
D | cycle_detector_test.cc | 50 TEST_F(GraphCyclesTest, RemoveEdge) { in TEST_F() argument 55 g_.RemoveEdge(2, 3); in TEST_F()
|
D | cycle_detector.cc | 91 void GraphCycles::RemoveEdge(int32_t x, int32_t y) { in RemoveEdge() function in mlir::GraphCycles 273 RemoveEdge(a, b); in ContractEdge()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | rearrange_function_argument.cc | 122 g->RemoveEdge(e); in ReorderInputEdges() 147 g->RemoveEdge(e); in ReorderOutputEdges() 245 g->RemoveEdge(e); in RearrangeOutputEdges() 251 g->RemoveEdge(e); in RearrangeOutputEdges() 420 g->RemoveEdge(e); in MaybeRewriteIfNode() 488 g->RemoveEdge(e); in MaybeRewriteIfNode() 494 g->RemoveEdge(e); in MaybeRewriteIfNode()
|
D | functionalize_while.cc | 256 graph->RemoveEdge(edges[i]); in FunctionalizeLoop() 484 graph->RemoveEdge(edge); in FunctionalizeLoop()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_util.cc | 106 g->RemoveEdge(e); in PreprocessControlEdgesBetweenOutsideCompilations() 148 g->RemoveEdge(e); in PreprocessDataEdgesBetweenOutsideCompilations() 239 g->RemoveEdge(e); in PostprocessDataEdgesBetweenOutsideCompilations() 251 g->RemoveEdge(edge_to_replace); in PostprocessDataEdgesBetweenOutsideCompilations() 399 g->RemoveEdge(e); in PreprocessEdgesBetweenOutsideCompilations()
|
D | shape_inference_helpers.cc | 42 graph_->RemoveEdge(be.edge); in Remove()
|
D | shape_inference.cc | 154 graph->RemoveEdge(e); in PropagateShapes() 158 graph->RemoveEdge(e); in PropagateShapes()
|
D | build_xla_ops_pass.cc | 73 g->RemoveEdge(edge); in MoveOutgoingEdges() 168 s.graph()->RemoveEdge(e); in MergeOutgoingDataEdges() 339 g->RemoveEdge(e); in ReplaceFunctionCallWithPartitionedCall()
|
D | clone_constants_for_better_clustering.cc | 129 g->RemoveEdge(e); in CloneSmallHostConstantInputs()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | cfg.h | 104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function 128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | cfg.h | 104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function 128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | cfg.h | 104 void RemoveEdge(uint32_t pred_blk_id, uint32_t succ_blk_id) { in RemoveEdge() function 128 [bb, this](uint32_t succ_id) { RemoveEdge(bb->id(), succ_id); }); in RemoveSuccessorEdges()
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | encapsulate_tpu_computations_pass.cc | 315 g->RemoveEdge(e); in RemoveIdentityNodesForArgRetval() 320 g->RemoveEdge(e); in RemoveIdentityNodesForArgRetval() 412 xla_graph->RemoveEdge(e); in MoveHeadOutsideCompilationToHost() 601 g->RemoveEdge(e); in MoveHeadOutsideCompilationToHost() 616 g->RemoveEdge(e); in MoveHeadOutsideCompilationToHost() 676 xla_graph->RemoveEdge(original_edge); in MoveHeadOutsideCompilationToHost() 863 g->RemoveEdge(e); in RemoveUnusedXlaInput() 867 g->RemoveEdge(e); in RemoveUnusedXlaInput() 885 g->RemoveEdge(e); in RemoveUnusedXlaInput() 889 g->RemoveEdge(e); in RemoveUnusedXlaInput() [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 86 void RemoveEdge(GraphId source_node, GraphId dest_node);
|
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 86 void RemoveEdge(GraphId source_node, GraphId dest_node);
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 86 void RemoveEdge(GraphId source_node, GraphId dest_node);
|
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
D | graphcycles.h | 86 void RemoveEdge(GraphId source_node, GraphId dest_node);
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 86 void RemoveEdge(GraphId source_node, GraphId dest_node);
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | graphcycles.h | 86 void RemoveEdge(GraphId source_node, GraphId dest_node);
|
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/ |
D | graphcycles.h | 79 void RemoveEdge(int32 source_node, int32 dest_node);
|
D | graphcycles.cc | 154 void GraphCycles::RemoveEdge(int32 x, int32 y) { in RemoveEdge() function in tensorflow::GraphCycles 363 RemoveEdge(a, b); in CanContractEdge() 373 RemoveEdge(a, b); in ContractEdge()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/utils/ |
D | cycle_detector.h | 128 void RemoveEdge(int32_t x, int32_t y);
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/ |
D | segment.cc | 128 void RemoveEdge(const SimpleEdge*); 211 void SimpleGraph::RemoveEdge(const SimpleEdge* edge) { in RemoveEdge() function in tensorflow::tensorrt::segment::__anon3618f86b0111::SimpleGraph 902 graph->RemoveEdge(r); in SegmentGraph()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 547 void Graph::RemoveEdge(const Edge* e) { in RemoveEdge() function in tensorflow::Graph 605 RemoveEdge(e); in RemoveControlEdge() 626 RemoveEdge(e); in UpdateEdge()
|