/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_compiler.c | 140 void rc_move_input(struct radeon_compiler * c, unsigned input, struct rc_src_register new_input) in rc_move_input() argument 152 inst->U.I.SrcReg[i].File = new_input.File; in rc_move_input() 153 inst->U.I.SrcReg[i].Index = new_input.Index; in rc_move_input() 154 inst->U.I.SrcReg[i].Swizzle = combine_swizzles(new_input.Swizzle, inst->U.I.SrcReg[i].Swizzle); in rc_move_input() 156 inst->U.I.SrcReg[i].Negate ^= new_input.Negate; in rc_move_input() 157 inst->U.I.SrcReg[i].Abs = new_input.Abs; in rc_move_input() 160 c->Program.InputsRead |= 1 << new_input.Index; in rc_move_input() 237 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos() argument 247 c->Program.InputsRead |= 1 << new_input; in rc_transform_fragment_wpos() 258 inst_rcp->U.I.SrcReg[0].Index = new_input; in rc_transform_fragment_wpos() [all …]
|
D | radeon_compiler.h | 104 void rc_move_input(struct radeon_compiler * c, unsigned input, struct rc_src_register new_input); 107 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input,
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | dependency_optimizer.cc | 383 string new_input; in OptimizeNode() local 391 new_input = input_to_forward; in OptimizeNode() 393 new_input); in OptimizeNode() 394 consumer->set_input(j, new_input); in OptimizeNode() 397 new_input = AsControlDependency(NodeName(input_to_forward)); in OptimizeNode() 399 new_input); in OptimizeNode() 400 consumer->set_input(j, new_input); in OptimizeNode()
|
D | arithmetic_optimizer.cc | 112 bool MaybeAddControlInput(const string& new_input, NodeDef* node, in MaybeAddControlInput() argument 116 if (input == new_input || AsControlDependency(input) == new_input) { in MaybeAddControlInput() 123 ConstantFolding::AddControlDependency(new_input, graph, node_map); in MaybeAddControlInput() 125 node_map->AddOutput(NodeName(new_input), node->name()); in MaybeAddControlInput() 1529 for (const string& new_input : *new_ctrl_inputs) { in AddControlInputs() 1530 ctx().node_map->AddOutput(NodeName(new_input), node->name()); in AddControlInputs() 1531 node->add_input(new_input); in AddControlInputs() 1703 void UpdateConsumers(NodeDef* node, const string& new_input) { in UpdateConsumers() argument 1709 consumer->set_input(i, new_input); in UpdateConsumers() 1710 ctx().node_map->UpdateInput(consumer->name(), node_name, new_input); in UpdateConsumers() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | conv_canonicalization.cc | 74 HloInstruction* new_input = module->entry_computation()->AddInstruction( in Run() local 134 new_conv_shape, new_input, new_kernel, hlo->feature_group_count(), in Run()
|
/external/tensorflow/tensorflow/python/ops/ |
D | while_v2_indexed_slices_rewriter.py | 222 def rewrite(old_output, new_input): argument 231 return array_ops.concat([new_input] + old_concat_args[1:], 0)
|
/external/adhd/cras/src/server/ |
D | cras_alsa_io.c | 1254 static struct alsa_input_node *new_input(struct alsa_io *aio, in new_input() function 1330 new_input(aio, cras_input, node_name); in new_input_by_mixer_control() 1332 new_input(aio, cras_input, ctl_name); in new_input_by_mixer_control() 1535 node = new_input(aio, cras_input, jack_name); in jack_input_plug_event() 2149 new_input(aio, NULL, INTERNAL_MICROPHONE); in alsa_iodev_legacy_complete_init() 2151 new_input(aio, NULL, KEYBOARD_MIC); in alsa_iodev_legacy_complete_init() 2153 new_input(aio, NULL, HOTWORD_DEV); in alsa_iodev_legacy_complete_init() 2155 new_input(aio, NULL, DEFAULT); in alsa_iodev_legacy_complete_init() 2211 input_node = new_input(aio, control, section->name); in alsa_iodev_ucm_add_nodes_and_jacks()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor.cc | 725 TensorId new_input = iter->second; in RemapNodeDefInputs() local 726 if (new_input.second == Graph::kControlSlot) { in RemapNodeDefInputs() 729 if (control_inputs.count(new_input) > 0) { in RemapNodeDefInputs() 733 control_inputs.insert(new_input); in RemapNodeDefInputs() 735 node_def->set_input(i, new_input.ToString()); in RemapNodeDefInputs()
|
D | graph.cc | 523 const string new_input = strings::StrCat("^", source->name()); in AddControlEdge() local 526 if (input == new_input) { in AddControlEdge() 533 dest->props_->node_def.add_input(new_input); in AddControlEdge()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_padding_legalization.cc | 158 HloInstruction* new_input = MaybePaddedAndSlicedInput( in CanonicalizeForwardConvolution() local 181 operands[0] = new_input; in CanonicalizeForwardConvolution()
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | fold_batch_norms.py | 835 for new_input in new_inputs: 836 inputs[new_input[0]] = new_input[1]
|
/external/v8/src/compiler/ |
D | raw-machine-assembler.cc | 503 void RawMachineAssembler::AppendPhiInput(Node* phi, Node* new_input) { in AppendPhiInput() argument 506 phi->InsertInput(zone(), phi->InputCount() - 1, new_input); in AppendPhiInput()
|
D | raw-machine-assembler.h | 906 void AppendPhiInput(Node* phi, Node* new_input);
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite_unittest.py | 655 new_input = (yield r) 656 if new_input:
|
/external/tensorflow/tensorflow/contrib/rnn/python/ops/ |
D | rnn_cell.py | 2020 new_input = math_ops.tanh(self._linear2([x, h_prev])) 2022 new_c = (c_prev * forget_gate + input_gate * new_input) 2138 input_gate, new_input, forget_gate, output_gate = gates 2140 new_cell += math_ops.sigmoid(input_gate) * math_ops.tanh(new_input)
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | reference_ops.h | 1929 const float new_input = std::tanh(activ_temp_data[Offset( in LstmCell() local 1940 input_gate * new_input + in LstmCell()
|