Searched defs:temp_index (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dmean.cc179 TfLiteTensor* temp_index = &context->tensors[node->temporaries->data[0]]; local
195 op_context.params->keep_dims, GetTensorData<int>(temp_index), \
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c722 int temp_index = -1; local
737 if (temp_index != -1) {
741 temp_index = i;
801 RC_INSTRUCTION_NORMAL, &inst_mul->U.I.SrcReg[temp_index]);
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dexpand.cc594 size_t temp_index = signal_length - fs_mult_lpc_analysis_len - local
602 &audio_history[temp_index + kUnvoicedLpcOrder],
/external/deqp/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp317 int temp_index = 0; local
320 supported_variable_types_map[VAR_TYPE_BOOL] = var_descriptors[temp_index++];
321 supported_variable_types_map[VAR_TYPE_INT] = var_descriptors[temp_index++];
322 supported_variable_types_map[VAR_TYPE_UINT] = var_descriptors[temp_index++];
323 supported_variable_types_map[VAR_TYPE_FLOAT] = var_descriptors[temp_index++];
324 supported_variable_types_map[VAR_TYPE_VEC2] = var_descriptors[temp_index++];
325 supported_variable_types_map[VAR_TYPE_VEC3] = var_descriptors[temp_index++];
326 supported_variable_types_map[VAR_TYPE_VEC4] = var_descriptors[temp_index++];
327 supported_variable_types_map[VAR_TYPE_BVEC2] = var_descriptors[temp_index++];
328 supported_variable_types_map[VAR_TYPE_BVEC3] = var_descriptors[temp_index
[all...]

Completed in 485 milliseconds