Home
last modified time | relevance | path

Searched refs:IsControlEdge (Results 1 – 25 of 71) sorted by relevance

123

/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass.cc86 [](const Edge* e) { return !e->IsControlEdge(); }); in MergeOutgoingDataEdges()
115 [](const Edge* e) { return e->IsControlEdge(); }); in MergeOutgoingControlEdges()
200 if (e->IsControlEdge()) { in CopyIncomingControlEdges()
211 [](const Edge* e) { return e->IsControlEdge(); }); in RemoveAllIncomingControlEdges()
239 n->in_edges(), [](const Edge* e) { return !e->IsControlEdge(); }); in ReplaceFunctionCallWithPartionedCall()
243 if (!e->IsControlEdge()) { in ReplaceFunctionCallWithPartionedCall()
253 if (e->IsControlEdge()) { in ReplaceFunctionCallWithPartionedCall()
262 if (e->IsControlEdge()) { in ReplaceFunctionCallWithPartionedCall()
Dencapsulate_xla_computations_pass.cc90 if (edge->IsControlEdge()) { in AddControlInputs()
99 if (edge->IsControlEdge()) { in AddControlOutputs()
217 if (!e->IsControlEdge() && in Encapsulate()
301 if (le->IsControlEdge()) { in BuildXlaLaunchOps()
312 TF_RET_CHECK(!oe->IsControlEdge()); in BuildXlaLaunchOps()
Dclone_constants_for_better_clustering.cc46 if (e->IsControlEdge()) { in CloneNode()
107 if (e->IsControlEdge()) { in CloneSmallHostConstantInputs()
Dencapsulate_util.cc72 if (!e->IsControlEdge()) { in PreprocessControlEdgesBetweenOutsideCompilations()
117 if (e->IsControlEdge()) { in PreprocessDataEdgesBetweenOutsideCompilations()
225 if (e->IsControlEdge()) { in PostprocessDataEdgesBetweenOutsideCompilations()
Dpartially_decluster_pass.cc67 if (e->IsControlEdge()) { in FindNodesToDecluster()
111 if (out_edge->IsControlEdge()) { in PartiallyDeclusterNode()
Dencapsulate_subgraphs_pass.cc94 atleast_one_non_control_edge || !in->IsControlEdge(); in AreAllParentsGuaranteedConst()
95 if (!in->IsControlEdge() && runtime_const_nodes.count(in->src()) == 0) { in AreAllParentsGuaranteedConst()
849 if (edge->IsControlEdge()) { in RecordOutsideCompilationInputOrControl()
862 if (edge->IsControlEdge()) { in RecordOutsideCompilationOutputOrControl()
1453 if (edge->IsControlEdge()) { in CopySubgraphEdges()
1464 if (!edge->IsControlEdge()) { in CopySubgraphEdges()
1483 if (!edge->IsControlEdge()) { in CopySubgraphEdges()
1494 if (!edge->IsControlEdge()) { in CopySubgraphEdges()
1513 if (!edge->IsControlEdge()) { in CopySubgraphEdges()
1735 if (edge->IsControlEdge()) { in CopyEdgeToOutputGraph()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/
Dscheduler.cc39 if (edge->IsControlEdge()) { in InitializePending()
55 if (edge->IsControlEdge()) { in UpdatePending()
96 if (!out_edge->IsControlEdge() && in ComputeAsap()
130 if (edge->IsControlEdge()) { in ComputeAlap()
152 if (!in_edge->IsControlEdge() && in ComputeAlap()
240 if (!out_edge->IsControlEdge() && in ComputeSchedule()
/external/tensorflow/tensorflow/core/graph/
Dgradients.cc113 if (e->IsControlEdge()) continue; in AddSymGrad()
270 if (e->IsControlEdge()) continue; in InitBackprop()
286 if (e->IsControlEdge()) continue; in InitBackprop()
366 if (e->IsControlEdge()) continue; in Compute()
377 if (e->IsControlEdge()) continue; in Compute()
386 if (e->IsControlEdge()) continue; in Compute()
Dgraph_partition.cc116 if (e->IsControlEdge()) { in EdgeType()
125 if (edge->IsControlEdge()) { in NeedSameDeviceSendRecv()
150 if (edge->IsControlEdge()) return false; in IsDstInputOnHost()
203 if (!edge->IsControlEdge()) { in AddSend()
266 if (!edge->IsControlEdge()) { in AddRecv()
296 } else if (edge->IsControlEdge()) { in AddRecv()
357 if (!in_edge->IsControlEdge()) { in OptimizeControlFlowColocation()
369 if (!out_edge->IsControlEdge()) { in OptimizeControlFlowColocation()
1016 if (edge->IsControlEdge()) { in Partition()
1049 if (edge->IsControlEdge() || in Partition()
[all …]
Dmkl_layout_pass.cc878 if (!e->IsControlEdge() && in GetConv2DOrBiasAdd()
914 if (!e->IsControlEdge() && e->dst()->type_string() == csinfo_.conv2d) { in GetPadOrConv2D()
925 if (!e->IsControlEdge() && e->src()->type_string() == csinfo_.pad) { in GetPadOrConv2D()
963 if (!e->IsControlEdge() && in GetPadOrFusedConv2D()
975 if (!e->IsControlEdge() && e->src()->type_string() == csinfo_.pad) { in GetPadOrFusedConv2D()
1034 if (!e->IsControlEdge() && in GetConv2DBackpropFilterOrBiasAddGrad()
1049 if (!e->IsControlEdge() && in GetConv2DBackpropFilterOrBiasAddGrad()
1098 if (e->IsControlEdge()) { in CheckForTranspose()
1105 if (e->IsControlEdge()) { in CheckForTranspose()
1114 if (!e->IsControlEdge()) { in CheckForTranspose()
[all …]
/external/tensorflow/tensorflow/cc/framework/
Dgradients.cc181 if (e->IsControlEdge()) continue; in GetReachableNodes()
218 if (e->IsControlEdge() || !reachable_nodes[e->dst()->id()]) continue; in GetStopBackpropNodes()
311 if (e->IsControlEdge() || !reachable_nodes[e->dst()->id()]) continue; in Initialize()
430 if (e->IsControlEdge()) continue; in ProcessWhileLoop()
468 if (e->IsControlEdge()) continue; in AddGradients()
496 if (e->IsControlEdge()) continue; in AddGradients()
526 if (e->IsControlEdge()) continue; in AddGradients()
Dops.cc31 if (e->IsControlEdge()) continue; in input()
57 if (e->IsControlEdge()) continue; in GetInputs()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc124 int src_output = squash_src_outputs[e->src()->id()] && !e->IsControlEdge() in CopySubgraph()
311 if (edges[i]->IsControlEdge() && edges[i]->dst()->IsSink()) { in FunctionalizeLoop()
314 TF_RET_CHECK(!edges[i]->IsControlEdge()) << edges[i]->src()->name(); in FunctionalizeLoop()
324 e->IsControlEdge() ? Graph::kControlSlot : 0); in FunctionalizeLoop()
350 if (!edge->IsControlEdge() && IsSwitch(edge->dst()) && in FunctionalizeLoop()
372 if (e->IsControlEdge() && e->dst()->IsSink()) { in FunctionalizeLoop()
536 if (in_edge->IsControlEdge()) { in FunctionalizeLoop()
552 if (in_edge->IsControlEdge()) { in FunctionalizeLoop()
Dfunctionalize_cond.cc439 if (e->IsControlEdge()) continue; in BuildArgumentNodes()
467 if (!e->IsControlEdge()) { in BuildArgumentNodes()
532 if (e->IsControlEdge()) continue; in ExtractBodies()
576 if (e->IsControlEdge()) { in ExtractBodies()
622 } else if (e->IsControlEdge()) { in ExtractBodies()
679 if (e->IsControlEdge()) { in ExtractBodies()
704 if (e->IsControlEdge()) continue; in ExtractBodies()
757 if (in_edge->IsControlEdge()) { in BuildIfNode()
859 bool control_edge = edge->IsControlEdge(); in AddOutputEdges()
1101 if (e->IsControlEdge()) { in StateAlongEdge()
[all …]
Dconst_analysis.cc74 if (!pred->IsControlEdge() && edge_filter(*pred)) { in BackwardsConstAnalysis()
101 if (!edge->IsControlEdge() && in BackwardsConstAnalysis()
/external/tensorflow/tensorflow/core/nccl/
Dnccl_rewrite.cc47 if (edge->IsControlEdge()) { in ReplaceReduce()
62 if (edge->IsControlEdge()) { in ReplaceReduce()
127 int dst_dev = edge->IsControlEdge() in ReplaceBroadcast()
173 if (edge->IsControlEdge()) { in ReplaceBroadcast()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc65 bool IsControlEdge() const { return control_; } in IsControlEdge() function in tensorflow::tensorrt::segment::SimpleEdge
168 bool is_control = e->IsControlEdge(); in SimpleGraph()
358 if (in_edge->IsControlEdge()) { in ContractEdge()
378 if (out_edge->IsControlEdge()) { in ContractEdge()
496 if (out_edge->IsControlEdge()) { in SegmentGraph()
592 if (!edge->IsControlEdge() && !edge->src()->IsSource() && in SegmentGraph()
603 if (!edge->dst()->IsSink() && !edge->IsControlEdge() && in SegmentGraph()
/external/tensorflow/tensorflow/core/common_runtime/
Dparallel_concat_optimizer.cc84 if (input_edge->IsControlEdge()) { in Run()
112 if (e->IsControlEdge()) { in Run()
Daccumulate_n_optimizer.cc101 if (input_edge->IsControlEdge()) { in rewriteNode()
184 if (out_edge->IsControlEdge()) { in rewriteNode()
Dconstant_folding.cc67 if (in->IsControlEdge()) continue; in ReadPartialShapesFromShapeMap()
283 if (!in->IsControlEdge() && in ConsiderConstantFoldableNode()
365 if (!in_edge->IsControlEdge()) { in AddNodeToConstantGraph()
440 if (out_edge->IsControlEdge()) continue; in GetConstantGraph()
Dfunction.cc1258 if (e->IsControlEdge() || ret) { in GetTheOnlyDataEdge()
1302 if (out->IsControlEdge()) { in RemoveIdentityNodes()
1344 if (e->IsControlEdge()) { in RemoveListArrayConverter()
1376 if (e->IsControlEdge()) { in RemoveListArrayConverter()
1623 if (e->IsControlEdge()) { in InlineFunctionBody()
1712 if (e->IsControlEdge()) { in InlineFunctionBody()
1742 if (!e->IsControlEdge()) { in InlineFunctionBody()
1751 if (e->IsControlEdge()) { in InlineFunctionBody()
1759 if (e->IsControlEdge()) { in InlineFunctionBody()
1881 if (e->IsControlEdge()) { in ToGraphDef()
[all …]
Dlower_if_op.cc182 if (e->IsControlEdge()) { in AddInputs()
227 if (e->IsControlEdge()) { in AddOutputs()
Deval_const_tensor.cc175 if (e->IsControlEdge()) continue; in ExtractConstantSubgraph()
297 if (e->IsControlEdge()) continue; in ExtractConstantSubgraph()
/external/v8/src/compiler/
Dnode-properties.cc122 bool NodeProperties::IsControlEdge(Edge edge) { in IsControlEdge() function in v8::internal::compiler::NodeProperties
133 if (!NodeProperties::IsControlEdge(edge)) continue; in IsExceptionalCall()
147 if (!NodeProperties::IsControlEdge(edge)) continue; in FindSuccessfulControlProjection()
228 if (IsControlEdge(edge)) { in ReplaceUses()
307 if (!IsControlEdge(edge)) continue; in CollectControlProjections()
Dcontrol-equivalence.cc102 if (NodeProperties::IsControlEdge(edge)) { in RunUndirectedDFS()
132 if (NodeProperties::IsControlEdge(edge)) { in RunUndirectedDFS()

123