/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | shape_optimizer.cc | 78 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()
|
D | arithmetic_optimizer.cc | 718 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 …]
|
D | constant_folding.cc | 398 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 …]
|
D | dependency_optimizer.cc | 291 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()
|
D | model_pruner.cc | 326 output->set_input(i, new_identity); in RewriteIdentityNAndInputsOutputs() 335 output->set_input(i, updated_input_name); in RewriteIdentityNAndInputsOutputs()
|
D | loop_optimizer.cc | 103 consumer->set_input(i, enter_input); in HandleInvariantEnter() 542 push_node->set_input(1, ctrl_dep); in RemoveStackOps()
|
D | function_optimizer.cc | 1204 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/ |
D | fusion_utils.cc | 213 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()
|
D | fusion_utils.h | 128 const SetInputFn& set_input, const SetOutputFn& set_output,
|
/external/adhd/cras/src/tests/ |
D | audio_test_gui.py | 194 set_input = ['cras_test_client', '--select_input', str(input_type)] 195 if subprocess.check_call(set_input):
|
/external/tensorflow/tensorflow/core/grappler/ |
D | utils_test.cc | 289 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()
|
D | mutable_graph_view.cc | 124 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/ |
D | resolve_svdf_test.cc | 88 node->set_input(i, inputs[i]); in AddNewNode() 101 node->set_input(i, inputs[i]); in AddNewNode()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | fold_old_batch_norms.cc | 214 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()
|
D | quantize_nodes.cc | 562 new_fake_quant_node.set_input( in HoistFakeQuants() 569 linear_nodes[linear_nodes.size() - 2].set_input( in HoistFakeQuants()
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3commontoken.hpp | 144 void set_input( InputStreamType* input );
|
D | antlr3exception.hpp | 170 void set_input( IntStreamType* input );
|
D | antlr3commontoken.inl | 116 void CommonToken<ImplTraits>::set_input( InputStreamType* input ) function in CommonToken
|
D | antlr3exception.inl | 167 ANTLR_INLINE void ANTLR_ExceptionBase<ImplTraits, StreamType>::set_input( IntStreamType* input ) function in ANTLR_ExceptionBase
|
D | antlr3lexer.inl | 198 token->set_input( this->get_input() );
|
/external/tensorflow/tensorflow/lite/toco/ |
D | import_tensorflow_test.cc | 83 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/ |
D | graph_constructor.cc | 735 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/ |
D | KeymasterDevice.cpp | 1091 request.set_input(&blocks[0], blocks.size()); in update() 1192 request.set_input(&data[0], data.size()); in finish()
|
/external/python/cpython2/Modules/ |
D | flmodule.c | 958 set_input (genericobject *g, PyObject *args) in set_input() function 982 {"set_input", (PyCFunction)set_input, METH_OLDARGS},
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | functions.cc | 273 function_body_node->set_input(i, func_def_input); in AsFunctionDefNode()
|