/external/tensorflow/tensorflow/compiler/jit/ |
D | build_xla_ops_pass.cc | 86 [](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()
|
D | encapsulate_xla_computations_pass.cc | 90 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()
|
D | clone_constants_for_better_clustering.cc | 46 if (e->IsControlEdge()) { in CloneNode() 107 if (e->IsControlEdge()) { in CloneSmallHostConstantInputs()
|
D | encapsulate_util.cc | 72 if (!e->IsControlEdge()) { in PreprocessControlEdgesBetweenOutsideCompilations() 117 if (e->IsControlEdge()) { in PreprocessDataEdgesBetweenOutsideCompilations() 225 if (e->IsControlEdge()) { in PostprocessDataEdgesBetweenOutsideCompilations()
|
D | partially_decluster_pass.cc | 67 if (e->IsControlEdge()) { in FindNodesToDecluster() 111 if (out_edge->IsControlEdge()) { in PartiallyDeclusterNode()
|
D | encapsulate_subgraphs_pass.cc | 94 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/ |
D | scheduler.cc | 39 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/ |
D | gradients.cc | 113 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()
|
D | graph_partition.cc | 116 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 …]
|
D | mkl_layout_pass.cc | 878 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/ |
D | gradients.cc | 181 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()
|
D | ops.cc | 31 if (e->IsControlEdge()) continue; in input() 57 if (e->IsControlEdge()) continue; in GetInputs()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_while.cc | 124 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()
|
D | functionalize_cond.cc | 439 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 …]
|
D | const_analysis.cc | 74 if (!pred->IsControlEdge() && edge_filter(*pred)) { in BackwardsConstAnalysis() 101 if (!edge->IsControlEdge() && in BackwardsConstAnalysis()
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_rewrite.cc | 47 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/ |
D | segment.cc | 65 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/ |
D | parallel_concat_optimizer.cc | 84 if (input_edge->IsControlEdge()) { in Run() 112 if (e->IsControlEdge()) { in Run()
|
D | accumulate_n_optimizer.cc | 101 if (input_edge->IsControlEdge()) { in rewriteNode() 184 if (out_edge->IsControlEdge()) { in rewriteNode()
|
D | constant_folding.cc | 67 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()
|
D | function.cc | 1258 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 …]
|
D | lower_if_op.cc | 182 if (e->IsControlEdge()) { in AddInputs() 227 if (e->IsControlEdge()) { in AddOutputs()
|
D | eval_const_tensor.cc | 175 if (e->IsControlEdge()) continue; in ExtractConstantSubgraph() 297 if (e->IsControlEdge()) continue; in ExtractConstantSubgraph()
|
/external/v8/src/compiler/ |
D | node-properties.cc | 122 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()
|
D | control-equivalence.cc | 102 if (NodeProperties::IsControlEdge(edge)) { in RunUndirectedDFS() 132 if (NodeProperties::IsControlEdge(edge)) { in RunUndirectedDFS()
|