Home
last modified time | relevance | path

Searched refs:first_input (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dcontrol_flow_ops.cc71 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/
Dcrf.py184 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/
Drnn.py1304 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/
Dvl_idct.c432 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()
Dvl_mc.h75 unsigned first_input,
Dvl_idct.h88 unsigned first_input, struct ureg_dst fragment);
Dvl_mpeg12_decoder.c1087 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/
Dexecutor.cc1319 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/
Descape-analysis.cc404 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/
Dtransform.py573 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/
Dfolding_rules.cpp1494 Instruction* first_input = in VectorShuffleFeedingExtract() local
1497 type_mgr->GetType(first_input->type_id()); in VectorShuffleFeedingExtract()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfolding_rules.cpp1494 Instruction* first_input = in VectorShuffleFeedingExtract() local
1497 type_mgr->GetType(first_input->type_id()); in VectorShuffleFeedingExtract()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc1627 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/
Dcode-generator-x64.cc149 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() argument
150 return MemoryOperand(&first_input); in MemoryOperand()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc168 Operand MemoryOperand(size_t first_input = 0) { in MemoryOperand() argument
169 return MemoryOperand(&first_input); in MemoryOperand()