Home
last modified time | relevance | path

Searched refs:RemoveEdge (Results 1 – 25 of 69) sorted by relevance

123

/external/tensorflow/tensorflow/core/common_runtime/
Dmkl_tfconversion_pass.cc206 (*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/
Dcycle_detector_test.cc50 TEST_F(GraphCyclesTest, RemoveEdge) { in TEST_F() argument
55 g_.RemoveEdge(2, 3); in TEST_F()
Dcycle_detector.cc91 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/
Drearrange_function_argument.cc122 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()
Dfunctionalize_while.cc256 graph->RemoveEdge(edges[i]); in FunctionalizeLoop()
484 graph->RemoveEdge(edge); in FunctionalizeLoop()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util.cc106 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()
Dshape_inference_helpers.cc42 graph_->RemoveEdge(be.edge); in Remove()
Dshape_inference.cc154 graph->RemoveEdge(e); in PropagateShapes()
158 graph->RemoveEdge(e); in PropagateShapes()
Dbuild_xla_ops_pass.cc73 g->RemoveEdge(edge); in MoveOutgoingEdges()
168 s.graph()->RemoveEdge(e); in MergeOutgoingDataEdges()
339 g->RemoveEdge(e); in ReplaceFunctionCallWithPartitionedCall()
Dclone_constants_for_better_clustering.cc129 g->RemoveEdge(e); in CloneSmallHostConstantInputs()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcfg.h104 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/
Dcfg.h104 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/
Dcfg.h104 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/
Dencapsulate_tpu_computations_pass.cc315 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/
Dgraphcycles.h86 void RemoveEdge(GraphId source_node, GraphId dest_node);
/external/angle/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.h86 void RemoveEdge(GraphId source_node, GraphId dest_node);
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.h86 void RemoveEdge(GraphId source_node, GraphId dest_node);
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/
Dgraphcycles.h86 void RemoveEdge(GraphId source_node, GraphId dest_node);
/external/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.h86 void RemoveEdge(GraphId source_node, GraphId dest_node);
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.h86 void RemoveEdge(GraphId source_node, GraphId dest_node);
/external/tensorflow/tensorflow/compiler/xla/service/graphcycles/
Dgraphcycles.h79 void RemoveEdge(int32 source_node, int32 dest_node);
Dgraphcycles.cc154 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/
Dcycle_detector.h128 void RemoveEdge(int32_t x, int32_t y);
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc128 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/
Dgraph.cc547 void Graph::RemoveEdge(const Edge* e) { in RemoveEdge() function in tensorflow::Graph
605 RemoveEdge(e); in RemoveControlEdge()
626 RemoveEdge(e); in UpdateEdge()

123