Home
last modified time | relevance | path

Searched refs:set_input (Results 1 – 25 of 37) sorted by relevance

12

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc117 size_node.set_input(0, node.input(0)); in Optimize()
118 size_node.set_input(1, AsControlDependency(node)); in Optimize()
186 node.set_input(0, AsControlDependency(node.input(0))); in Optimize()
187 node.set_input(1, AsControlDependency(node.input(1))); in Optimize()
Darithmetic_optimizer.cc744 new_outer_node->set_input(0, new_add_node->name()); in TrySimplify()
745 new_outer_node->set_input(1, common_factor); in TrySimplify()
747 new_outer_node->set_input(0, common_factor); in TrySimplify()
748 new_outer_node->set_input(1, new_add_node->name()); in TrySimplify()
757 new_add_node->set_input(i, unique_factor_i); in TrySimplify()
1092 node->set_input(0, input_0); in UpdateInputs()
1093 node->set_input(1, input_1); in UpdateInputs()
1156 tail->set_input(0, first_transpose->input(0)); in TrySimplify()
1255 tail->set_input(0, involution->input(0)); in TrySimplify()
1305 bitcast->set_input(0, operand->input(0)); in TrySimplify()
[all …]
Dconstant_folding.cc297 consumer->set_input(consumer_input_idx, input); in ForwardInputs()
450 node->set_input(0, ctrl_dep); in MaterializeShapes()
485 node->set_input(0, AsControlDependency(NodeName(node->input(0)))); in MaterializeShapes()
486 node->set_input(1, AddControlDependency(NodeName(node->input(1)), in MaterializeShapes()
822 node->set_input(1, reduction_indices->name()); in MaterializeReductionIndices()
882 node->set_input(i, ctrl_dep); in MaterializeConstantValuedNode()
1867 node->set_input(i, ctrl_dep); in ReplaceOperationWithBroadcastTo()
1897 node->set_input(i, ctrl_dep); in ReplaceOperationWithIdentity()
1928 node->set_input(i, ctrl_dep); in ReplaceOperationWithSnapshot()
1952 node->set_input(i, ctrl_dep); in ReplaceOperationWithNoOp()
[all …]
Ddependency_optimizer.cc313 node->set_input(pos, ctrl_input); in OptimizeNode()
418 consumer->set_input(j, new_input); in OptimizeNode()
424 consumer->set_input(j, new_input); in OptimizeNode()
Dmodel_pruner.cc344 output->set_input(i, new_identity); in RewriteIdentityNAndInputsOutputs()
353 output->set_input(i, updated_input_name); in RewriteIdentityNAndInputsOutputs()
Dloop_optimizer.cc102 consumer->set_input(i, enter_input); in HandleInvariantEnter()
541 push_node->set_input(1, ctrl_dep); in RemoveStackOps()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc214 const SetInputFn& set_input, in FuseFunctionNodes() argument
226 set_input(first_inputs, second_inputs, first_outputs, arg_num); in FuseFunctionNodes()
236 const SetInputFn& set_input, in FuseReturns() argument
246 set_input(first_inputs, second_inputs, first_outputs, input_idx); in FuseReturns()
430 const SetInputFn& set_input, const SetOutputFn& set_output, in FuseFunctions() argument
475 FuseFunctionNodes(first_inputs, second_inputs, first_outputs, set_input, in FuseFunctions()
477 FuseReturns(first_inputs, second_inputs, first_outputs, set_input, in FuseFunctions()
Dbatch_parallelization.cc51 parallel_batch.set_input(2, num_parallel_calls->name()); in MakeParallelBatch()
Dfusion_utils.h128 const SetInputFn& set_input, const SetOutputFn& set_output,
/external/adhd/cras/src/tests/
Daudio_test_gui.py194 set_input = ['cras_test_client', '--select_input', str(input_type)]
195 if subprocess.check_call(set_input):
/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
Dresolve_svdf_test.cc88 node->set_input(i, inputs[i]); in AddNewNode()
101 node->set_input(i, inputs[i]); in AddNewNode()
/external/tensorflow/tensorflow/core/grappler/
Dutils_test.cc291 foo.set_input(0, "^bar"); in TEST_F()
296 foo.set_input(0, "bar"); in TEST_F()
303 foo.set_input(1, "^bar"); in TEST_F()
308 foo.set_input(0, "^bar"); in TEST_F()
314 foo.set_input(0, "bar"); in TEST_F()
Dmutable_graph_view.cc125 control_fanout.node->set_input(i, control); in SwapControlledFanoutInputs()
144 fanout.node->set_input(fanout.port_id, input); in SwapRegularFanoutInputs()
669 node->set_input(i, TensorIdToString({old_node_name, idx})); in SwapNodeNames()
817 input_port.node->set_input( in UpdateFanoutsInternal()
1311 node->set_input(i, to_fanin_string); in UpdateFanin()
1366 node->set_input(port, TensorIdToString(fanin)); in UpdateRegularFaninByPort()
1467 node->set_input(pos, AsControlDependency(control->name())); in UpdateAllRegularFaninsToControlling()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_old_batch_norms.cc213 new_batch_to_space_node.set_input(0, biasadd_name); in FuseBatchNormWithBatchToSpace()
275 concat_node.set_input(0, concat0_output_name); in FuseBatchNormWithConvConcat()
276 concat_node.set_input(1, concat1_output_name); in FuseBatchNormWithConvConcat()
Dquantize_nodes.cc562 new_fake_quant_node.set_input( in HoistFakeQuants()
569 linear_nodes[linear_nodes.size() - 2].set_input( in HoistFakeQuants()
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow_test.cc85 node.set_input(0, "Node0"); in BuildNode()
200 node.set_input(0, "logits"); in TEST()
220 node.set_input(0, "logits"); in TEST()
563 node->set_input(0, "Node0"); in BuildUnaryNode()
609 node.set_input(0, "Node0"); in TEST()
/external/antlr/runtime/Cpp/include/
Dantlr3commontoken.hpp144 void set_input( InputStreamType* input );
Dantlr3exception.hpp170 void set_input( IntStreamType* input );
Dantlr3commontoken.inl116 void CommonToken<ImplTraits>::set_input( InputStreamType* input ) function in CommonToken
Dantlr3exception.inl167 ANTLR_INLINE void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_input( IntStreamType* input ) function in ANTLR_ExceptionBase
Dantlr3lexer.inl198 token->set_input( this->get_input() );
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_shader_vertex.cpp211 set_input(in_var->data.driver_location, src); in do_emit_load_deref()
Dsfn_shader_base.h96 void set_input(unsigned pos, PValue var);
/external/tensorflow/tensorflow/core/common_runtime/
Dgraph_constructor.cc888 node_def->set_input(i, new_input.ToString()); in RemapNodeDefInputs()
958 node_def->set_input(i, strings::StrCat("^", prefix_, input)); in AddPrefixToNodeDef()
960 node_def->set_input(i, strings::StrCat(prefix_, input)); in AddPrefixToNodeDef()
997 node_def->set_input(i, id.ToString()); in UniquifyNames()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc511 function_body_node->set_input(i, func_def_input); in AsFunctionDefNode()

12