/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | shape_optimizer.cc | 117 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()
|
D | arithmetic_optimizer.cc | 744 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 …]
|
D | constant_folding.cc | 297 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 …]
|
D | dependency_optimizer.cc | 313 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()
|
D | model_pruner.cc | 344 output->set_input(i, new_identity); in RewriteIdentityNAndInputsOutputs() 353 output->set_input(i, updated_input_name); in RewriteIdentityNAndInputsOutputs()
|
D | loop_optimizer.cc | 102 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/ |
D | fusion_utils.cc | 214 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()
|
D | batch_parallelization.cc | 51 parallel_batch.set_input(2, num_parallel_calls->name()); in MakeParallelBatch()
|
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/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/core/grappler/ |
D | utils_test.cc | 291 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()
|
D | mutable_graph_view.cc | 125 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/ |
D | fold_old_batch_norms.cc | 213 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()
|
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/tensorflow/tensorflow/lite/toco/ |
D | import_tensorflow_test.cc | 85 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/ |
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/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_vertex.cpp | 211 set_input(in_var->data.driver_location, src); in do_emit_load_deref()
|
D | sfn_shader_base.h | 96 void set_input(unsigned pos, PValue var);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_constructor.cc | 888 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/ |
D | functions.cc | 511 function_body_node->set_input(i, func_def_input); in AsFunctionDefNode()
|