/external/tensorflow/tensorflow/core/ops/ |
D | control_flow_ops.cc | 71 ShapeHandle first_input = c->input(1); in __anonad90f1540202() local 72 if (!c->FullyDefined(first_input)) { in __anonad90f1540202() 80 !c->Merge(first_input, input, &unused).ok()) { in __anonad90f1540202() 85 c->set_output(0, first_input); in __anonad90f1540202()
|
/external/tensorflow/tensorflow/contrib/crf/python/ops/ |
D | crf.py | 184 first_input = array_ops.slice(inputs, [0, 0, 0], [-1, 1, -1]) 185 first_input = array_ops.squeeze(first_input, [1]) 190 log_norm = math_ops.reduce_logsumexp(first_input, [1]) 212 initial_state=first_input,
|
/external/tensorflow/tensorflow/python/ops/ |
D | rnn.py | 1304 first_input = inputs 1305 while nest.is_sequence(first_input): 1306 first_input = first_input[0] 1310 if first_input.get_shape().rank != 1: 1312 input_shape = first_input.get_shape().with_rank_at_least(2) 1327 fixed_batch_size = first_input.get_shape().with_rank_at_least(1)[0] 1332 batch_size = array_ops.shape(first_input)[0]
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 432 unsigned first_input, struct ureg_dst fragment) in vl_idct_stage2_frag_shader() argument 438 --first_input; in vl_idct_stage2_frag_shader() 440 …l_addr[0] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input + VS_O_L_ADDR0, TGSI_INT… in vl_idct_stage2_frag_shader() 441 …l_addr[1] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input + VS_O_L_ADDR1, TGSI_INT… in vl_idct_stage2_frag_shader() 443 …r_addr[0] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input + VS_O_R_ADDR0, TGSI_INT… in vl_idct_stage2_frag_shader() 444 …r_addr[1] = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input + VS_O_R_ADDR1, TGSI_INT… in vl_idct_stage2_frag_shader()
|
D | vl_mc.h | 75 unsigned first_input,
|
D | vl_idct.h | 88 unsigned first_input, struct ureg_dst fragment);
|
D | vl_mpeg12_decoder.c | 1087 unsigned first_input, in mc_frag_shader_callback() argument 1098 vl_idct_stage2_frag_shader(idct, shader, first_input, dst); in mc_frag_shader_callback() 1100 src = ureg_DECL_fs_input(shader, TGSI_SEMANTIC_GENERIC, first_input, TGSI_INTERPOLATE_LINEAR); in mc_frag_shader_callback()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.cc | 1319 Status PrepareInputs(const NodeItem& item, Entry* first_input, 1554 first_input(_first_input), in AsyncState() 1570 Entry* first_input; member 1701 Entry* first_input = input_tensors + item.input_start; in Process() local 1715 s = PrepareInputs(item, first_input, &inputs, &input_device_contexts, in Process() 1721 (first_input + i)->ClearVal(); in Process() 1743 new AsyncState(params, tagged_node, &item, first_input, stats); in Process() 1748 Entry* first_input = state->first_input; // Shorthand in Process() local 1765 (first_input + i)->ClearVal(); in Process() 1853 (first_input + i)->ClearVal(); in Process() [all …]
|
/external/v8/src/compiler/ |
D | escape-analysis.cc | 404 State first_input = table_.Get(NodeProperties::GetEffectInput(effect_phi, 0)); in MergeInputs() local 405 State result = first_input; in MergeInputs() 406 for (std::pair<Variable, Node*> var_value : first_input) { in MergeInputs()
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
D | transform.py | 573 first_input = consumer_op.inputs[0] 574 tmp_t_ = self._transformed_t(info, first_input, consumer_op)
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1494 Instruction* first_input = in VectorShuffleFeedingExtract() local 1497 type_mgr->GetType(first_input->type_id()); in VectorShuffleFeedingExtract()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | folding_rules.cpp | 1494 Instruction* first_input = in VectorShuffleFeedingExtract() local 1497 type_mgr->GetType(first_input->type_id()); in VectorShuffleFeedingExtract()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer.cc | 1627 const int first_input = concat_node->op() == "Concat" ? 1 : 0; in HoistChainForConcat() local 1639 if (concat_port == first_input) { in HoistChainForConcat()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 149 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() argument 150 return MemoryOperand(&first_input); in MemoryOperand()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 168 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() argument 169 return MemoryOperand(&first_input); in MemoryOperand()
|