/external/tensorflow/tensorflow/core/common_runtime/ |
D | quantize_training_test.cc | 90 g->AddControlEdge(g->source_node(), a); in TEST_F() 91 g->AddControlEdge(g->source_node(), b); in TEST_F() 95 g->AddControlEdge(m1, g->sink_node()); in TEST_F() 141 g->AddControlEdge(g->source_node(), a); in TEST_F() 142 g->AddControlEdge(g->source_node(), b); in TEST_F() 146 g->AddControlEdge(m1, g->sink_node()); in TEST_F() 188 g->AddControlEdge(g->source_node(), a); in TEST_F() 189 g->AddControlEdge(g->source_node(), b); in TEST_F() 190 g->AddControlEdge(g->source_node(), c); in TEST_F() 191 g->AddControlEdge(g->source_node(), d); in TEST_F() [all …]
|
D | function_utils.cc | 150 g->AddControlEdge(in->src(), out->dst()); in RemoveIdentityNodes() 201 g->AddControlEdge(e->src(), input_control_node); in RemoveListArrayConverter() 219 g->AddControlEdge(input_control_node, id); in RemoveListArrayConverter() 233 g->AddControlEdge(output_control_node, e->dst()); in RemoveListArrayConverter() 251 g->AddControlEdge(id, output_control_node); in RemoveListArrayConverter()
|
D | accumulate_n_optimizer.cc | 208 g->AddControlEdge(control_edge->src(), initialize_accumulator); in RewriteIntoTempVariable() 212 g->AddControlEdge(assign_add, clean_up_accumulator); in RewriteIntoTempVariable() 217 g->AddControlEdge(clean_up_accumulator, out_edge->dst()); in RewriteIntoTempVariable() 273 g->AddControlEdge(add_n_node, out_edge->dst()); in RewriteIntoAddN()
|
D | lower_if_op.cc | 220 graph_->AddControlEdge(e->src(), control_predecessor_); in AddInputs() 231 graph_->AddControlEdge(pivot_t_, then_call_node_); in AddOutputs() 233 graph_->AddControlEdge(pivot_f_, else_call_node_); in AddOutputs() 271 graph_->AddControlEdge(branch_executed_node_, e->dst()); in AddOutputs()
|
D | inline_function_utils.cc | 576 g->AddControlEdge(e->src(), input_control_node, kDoNotCheckDuplicates); in InlineFunctionBody() 665 g->AddControlEdge(input_control_node, clone, kDoNotCheckDuplicates); in InlineFunctionBody() 699 g->AddControlEdge(input_control_node, n, kDoNotCheckDuplicates); in InlineFunctionBody() 703 g->AddControlEdge(n, e->dst(), kDoNotCheckDuplicates); in InlineFunctionBody() 751 g->AddControlEdge(e->src(), n, kDoNotCheckDuplicates); in InlineFunctionBody() 772 g->AddControlEdge(n, output_control_node, kDoNotCheckDuplicates); in InlineFunctionBody() 778 g->AddControlEdge(n, output_control_node, kDoNotCheckDuplicates); in InlineFunctionBody() 794 g->AddControlEdge(input_control_node, output_control_node, in InlineFunctionBody() 804 g->AddControlEdge(output_control_node, e->dst(), kDoNotCheckDuplicates); in InlineFunctionBody()
|
D | parallel_concat_optimizer.cc | 80 g->AddControlEdge(input_edge->src(), start); in Run() 106 g->AddControlEdge(identity_node, e->dst()); in Run()
|
D | lower_case_op.cc | 184 graph_->AddControlEdge(e->src(), control_predecessor_); in AddInputs() 196 graph_->AddControlEdge(pivots_[b], call_nodes_[b]); in AddOutputs() 243 graph_->AddControlEdge(branch_executed_node_, e->dst()); in AddOutputs()
|
D | lower_while_op.cc | 271 graph_->AddControlEdge(incoming_control_node, n); in CreateEnterNodes() 309 graph_->AddControlEdge(merge_nodes_[0], cond_call_node_); in CreateCondFuncCallNode() 375 graph_->AddControlEdge(body_control_node_, body_call_node_); in CreateBodyFuncCallNode() 471 graph_->AddControlEdge(lowered_while_executed_, e->dst()); in UpdateConsumers()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | resource_operation_safety_analysis_test.cc | 85 root.graph()->AddControlEdge(write, read); in TEST() 101 root.graph()->AddControlEdge(read, write); in TEST() 127 root.graph()->AddControlEdge(read, modify); in TEST() 141 root.graph()->AddControlEdge(modify, read); in TEST() 157 root.graph()->AddControlEdge(modify, write); in TEST() 171 root.graph()->AddControlEdge(write, modify); in TEST() 188 root.graph()->AddControlEdge(read, modify); in TEST() 189 root.graph()->AddControlEdge(modify, write); in TEST() 204 root.graph()->AddControlEdge(write, modify); in TEST() 205 root.graph()->AddControlEdge(modify, read); in TEST() [all …]
|
D | build_xla_ops_pass.cc | 103 scope.graph()->AddControlEdge(control, data.node()); in ControlToData() 192 s.graph()->AddControlEdge(new_node, s.graph()->sink_node()); in MergeOutgoingControlEdges() 212 s.graph()->AddControlEdge(ctrl_merge.node(), e->dst()); in MergeOutgoingControlEdges() 269 g->AddControlEdge(e->src(), to); in CopyIncomingControlEdges() 322 g->AddControlEdge(e->src(), call.operation.node()); in ReplaceFunctionCallWithPartitionedCall() 331 g->AddControlEdge(call.operation.node(), e->dst()); in ReplaceFunctionCallWithPartitionedCall() 456 root.graph()->AddControlEdge(predicate_as_control.node(), in PredicateInt32Inputs() 557 g->AddControlEdge(inverse_predicate_as_control.node(), n); in ReplaceNodeWithXlaCompileAndXlaRun()
|
D | clone_constants_for_better_clustering.cc | 47 g->AddControlEdge(e->src(), new_in); in CloneNode() 122 g->AddControlEdge(input_cloned, e->dst()); in CloneSmallHostConstantInputs()
|
D | increase_dynamism_for_auto_jit_pass.cc | 159 scope_.graph()->AddControlEdge(e->src(), new_const.node()); in Get1DHostConstant() 225 host_scope.graph()->AddControlEdge(e->src(), concat_axis.node()); in ComputeSliceSize() 298 g->AddControlEdge(e->src(), static_shaped_slice); in ReplaceTensorFlowSliceWithStaticShapedSlice()
|
D | xla_cluster_util_test.cc | 176 s.graph()->AddControlEdge(constant.node(), variable.node()); in CreateSubgraphTouchingRefVar() 193 s.graph()->AddControlEdge(call.operation.node(), constant.node()); in CreateSubgraphCallingFunctionWithRefVar() 203 s.graph()->AddControlEdge(call.operation.node(), constant.node()); in CreateSubgraphCallingFunctionWithoutRefVar()
|
D | encapsulate_xla_computations_pass_test.cc | 169 graph->AddControlEdge(get_node_in_graph(a0.node()), in TEST() 171 graph->AddControlEdge(get_node_in_graph(a1.node()), in TEST() 174 graph->AddControlEdge(get_node_in_graph(a1.node()), in TEST() 176 graph->AddControlEdge(get_node_in_graph(a0.node()), in TEST()
|
D | mark_for_compilation_pass_test.cc | 685 root.graph()->AddControlEdge(read, write); in TEST() 705 root.graph()->AddControlEdge(write, read); in TEST() 726 root.graph()->AddControlEdge(write_0, neutral_0); in TEST() 727 root.graph()->AddControlEdge(neutral_0, read_0); in TEST() 728 root.graph()->AddControlEdge(read_0, write_1); in TEST() 729 root.graph()->AddControlEdge(write_1, neutral_1); in TEST() 730 root.graph()->AddControlEdge(neutral_1, read_1); in TEST() 766 graph->AddControlEdge(a, b); in TEST() 767 graph->AddControlEdge(b, c); in TEST() 768 graph->AddControlEdge(c, a); in TEST() [all …]
|
D | node_matchers_test.cc | 110 root.graph()->AddControlEdge(placeholder_a.node(), placeholder_c.node()); in TEST() 111 root.graph()->AddControlEdge(placeholder_b.node(), placeholder_c.node()); in TEST()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_test.cc | 189 const Edge* source_to_a = graph_.AddControlEdge(graph_.source_node(), a); in TEST_F() 190 graph_.AddControlEdge(a, graph_.sink_node()); in TEST_F() 192 graph_.AddControlEdge(c, graph_.sink_node()); in TEST_F() 300 const Edge* source_to_a = graph_.AddControlEdge(graph_.source_node(), a); in TEST_F() 301 graph_.AddControlEdge(a, graph_.sink_node()); in TEST_F() 303 graph_.AddControlEdge(c, graph_.sink_node()); in TEST_F() 398 graph_.AddControlEdge(graph_.source_node(), a); in TEST_F() 399 graph_.AddControlEdge(b, graph_.sink_node()); in TEST_F() 448 TEST_F(GraphTest, AddControlEdge) { in TEST_F() argument 458 const Edge* edge = graph_.AddControlEdge(c, a); in TEST_F() [all …]
|
D | subgraph.cc | 85 g->AddControlEdge(g->source_node(), feed_node, true); in FeedInputs() 113 g->AddControlEdge(feed_node, e->dst(), true); in FeedInputs() 168 g->AddControlEdge(fetch_node, g->sink_node(), true); in FetchOutputs()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | propagator.cpp | 20 void SSAPropagator::AddControlEdge(const Edge& edge) { in AddControlEdge() function in spvtools::opt::SSAPropagator 112 AddControlEdge(e); in Simulate() 126 AddControlEdge(Edge(ctx_->get_instr_block(instr), dest_bb)); in Simulate() 202 AddControlEdge(bb_succs_.at(block).at(0)); in Simulate() 235 AddControlEdge(e); in Initialize()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | propagator.cpp | 20 void SSAPropagator::AddControlEdge(const Edge& edge) { in AddControlEdge() function in spvtools::opt::SSAPropagator 112 AddControlEdge(e); in Simulate() 126 AddControlEdge(Edge(ctx_->get_instr_block(instr), dest_bb)); in Simulate() 202 AddControlEdge(bb_succs_.at(block).at(0)); in Simulate() 235 AddControlEdge(e); in Initialize()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | propagator.cpp | 20 void SSAPropagator::AddControlEdge(const Edge& edge) { in AddControlEdge() function in spvtools::opt::SSAPropagator 112 AddControlEdge(e); in Simulate() 126 AddControlEdge(Edge(ctx_->get_instr_block(instr), dest_bb)); in Simulate() 202 AddControlEdge(bb_succs_.at(block).at(0)); in Simulate() 235 AddControlEdge(e); in Initialize()
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_rewrite.cc | 83 graph->AddControlEdge(send_node, out_node.node); in ReplaceReduce() 96 graph->AddControlEdge(recv_node, out_node.node); in ReplaceReduce() 152 graph->AddControlEdge(in_node, out_node.node); in ReplaceBroadcast() 193 graph->AddControlEdge(send_node, out_node.node); in ReplaceBroadcast() 198 graph->AddControlEdge(send_node, out_node.node); in ReplaceBroadcast()
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | host_training_loop_optimization_util.cc | 381 graph->AddControlEdge(after_last_iteration_node, exit_node); in AddNoOpAfterLastIteration() 518 graph->AddControlEdge(loop_condition_node, default_sharding_node); in AddReshardOp() 546 graph->AddControlEdge(before_loop_iteration_node, reshard_op_node); in AddReshardOp() 547 graph->AddControlEdge(reshard_op_node, execute_node); in AddReshardOp() 579 graph->AddControlEdge(loop_condition_node, var_handle_node); in AddReshardOp() 612 graph->AddControlEdge(after_last_iteration_node, unshard_op_node); in AddReshardOp() 613 graph->AddControlEdge(unshard_op_node, after_unshard_node); in AddReshardOp() 624 graph->AddControlEdge(after_unshard_node, exit); in AddReshardOp()
|
D | distributed_tpu_configuration_rewrite_pass.cc | 166 graph->AddControlEdge(node, sync_node); in AddSynchronizationNode() 174 graph->AddControlEdge(sync_node, dep.dst); in AddSynchronizationNode() 206 graph->AddControlEdge(*shutdown_node, dep.dst); in AddShutdownNode() 230 graph->AddControlEdge(src_node, host_disconnect_node); in AddHostDisconnectNode() 233 graph->AddControlEdge(host_disconnect_node, post_disconnect_node); in AddHostDisconnectNode()
|
D | variable_merger_pass.cc | 82 graph->AddControlEdge(graph->source_node(), node); in MergeVarHandleOps() 116 if (control_node) graph->AddControlEdge(control_node, node); in MergeReadVariableOps()
|