Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc78 fanout.node->set_input(0, node.input(0)); in Optimize()
79 fanout.node->set_input(1, AsControlDependency(node)); in Optimize()
127 node.set_input(0, AsControlDependency(node.input(0))); in Optimize()
128 node.set_input(1, AsControlDependency(node.input(1))); in Optimize()
Darithmetic_optimizer.cc718 new_outer_node->set_input(0, new_add_node->name()); in TrySimplify()
719 new_outer_node->set_input(1, common_factor); in TrySimplify()
721 new_outer_node->set_input(0, common_factor); in TrySimplify()
722 new_outer_node->set_input(1, new_add_node->name()); in TrySimplify()
731 new_add_node->set_input(i, unique_factor_i); in TrySimplify()
1064 node->set_input(0, input_0); in UpdateInputs()
1065 node->set_input(1, input_1); in UpdateInputs()
1128 tail->set_input(0, first_transpose->input(0)); in TrySimplify()
1215 tail->set_input(0, involution->input(0)); in TrySimplify()
1265 bitcast->set_input(0, operand->input(0)); in TrySimplify()
[all …]
Dconstant_folding.cc398 node->set_input(0, ctrl_dep); in MaterializeShapes()
434 node->set_input(0, AsControlDependency(NodeName(node->input(0)))); in MaterializeShapes()
435 node->set_input(1, AddControlDependency(NodeName(node->input(1)), in MaterializeShapes()
767 node->set_input(1, reduction_indices->name()); in MaterializeReductionIndices()
824 node->set_input(i, ctrl_dep); in MaterializeConstantValuedNode()
1660 node->set_input(i, ctrl_dep); in ReplaceOperationWithIdentity()
1691 node->set_input(i, ctrl_dep); in ReplaceOperationWithSnapshot()
1703 node->set_input(1, ctrl_dep); in ReplaceDivisionOfOnesByReciprocal()
1714 node->set_input(1, ctrl_dep); in ReplaceSubtractionFromZeroByNegation()
1743 node->set_input(i, ctrl_dep); in ReplaceOperationWithConstant()
[all …]
Ddependency_optimizer.cc291 node->set_input(pos, ctrl_input); in OptimizeNode()
394 consumer->set_input(j, new_input); in OptimizeNode()
400 consumer->set_input(j, new_input); in OptimizeNode()
Dmodel_pruner.cc326 output->set_input(i, new_identity); in RewriteIdentityNAndInputsOutputs()
335 output->set_input(i, updated_input_name); in RewriteIdentityNAndInputsOutputs()
Dloop_optimizer.cc103 consumer->set_input(i, enter_input); in HandleInvariantEnter()
542 push_node->set_input(1, ctrl_dep); in RemoveStackOps()
Dfunction_optimizer.cc1204 inlined_node.set_input( in InlineSymbolicGradient()
1218 inlined_node.set_input( in InlineSymbolicGradient()
1952 node.set_input(idx, mapping->second.ToString()); in RestoreGraphInvariants()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc213 const SetInputFn& set_input, in FuseFunctionNodes() argument
225 set_input(first_inputs, second_inputs, first_outputs, arg_num); in FuseFunctionNodes()
235 const SetInputFn& set_input, in FuseReturns() argument
245 set_input(first_inputs, second_inputs, first_outputs, input_idx); in FuseReturns()
429 const SetInputFn& set_input, const SetOutputFn& set_output, in FuseFunctions() argument
464 FuseFunctionNodes(first_inputs, second_inputs, first_outputs, set_input, in FuseFunctions()
466 FuseReturns(first_inputs, second_inputs, first_outputs, set_input, in FuseFunctions()
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/core/grappler/
Dutils_test.cc289 foo.set_input(0, "^bar"); in TEST_F()
294 foo.set_input(0, "bar"); in TEST_F()
301 foo.set_input(1, "^bar"); in TEST_F()
306 foo.set_input(0, "^bar"); in TEST_F()
312 foo.set_input(0, "bar"); in TEST_F()
Dmutable_graph_view.cc124 control_fanout.node->set_input(i, control); in SwapControlledFanoutInputs()
143 fanout.node->set_input(fanout.port_id, input); in SwapRegularFanoutInputs()
669 node->set_input(i, TensorIdToString({old_node_name, idx})); in SwapNodeNames()
814 input_port.node->set_input( in UpdateFanoutsInternal()
1308 node->set_input(i, to_fanin_string); in UpdateFanin()
1363 node->set_input(port, TensorIdToString(fanin)); in UpdateRegularFaninByPort()
1464 node->set_input(pos, AsControlDependency(control->name())); in UpdateAllRegularFaninsToControlling()
/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/tools/graph_transforms/
Dfold_old_batch_norms.cc214 new_batch_to_space_node.set_input(0, biasadd_name); in FuseBatchNormWithBatchToSpace()
276 concat_node.set_input(0, concat0_output_name); in FuseBatchNormWithConvConcat()
277 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/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/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow_test.cc83 node.set_input(0, "Node0"); in BuildNode()
519 node->set_input(0, "Node0"); in BuildUnaryNode()
565 node.set_input(0, "Node0"); in TEST()
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc735 node_def->set_input(i, new_input.ToString()); in RemapNodeDefInputs()
805 node_def->set_input(i, strings::StrCat("^", prefix_, input)); in AddPrefixToNodeDef()
807 node_def->set_input(i, strings::StrCat(prefix_, input)); in AddPrefixToNodeDef()
844 node_def->set_input(i, id.ToString()); in UniquifyNames()
/external/nos/host/android/hals/keymaster/
DKeymasterDevice.cpp1091 request.set_input(&blocks[0], blocks.size()); in update()
1192 request.set_input(&data[0], data.size()); in finish()
/external/python/cpython2/Modules/
Dflmodule.c958 set_input (genericobject *g, PyObject *args) in set_input() function
982 {"set_input", (PyCFunction)set_input, METH_OLDARGS},
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc273 function_body_node->set_input(i, func_def_input); in AsFunctionDefNode()

12