Home
last modified time | relevance | path

Searched refs:in_idx (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/kernels/
A Dsqueeze.cc73 for (int in_idx = 0, out_idx = 0; in_idx < input_num_dims; ++in_idx) { in Prepare() local
74 if (!should_squeeze[in_idx]) { in Prepare()
75 TFLITE_CHECK_GE(output_dims->data[out_idx++], input_dims->data[in_idx]); in Prepare()
/AliOS-Things-master/components/freetype/src/autofit/
A Dhbshim.c416 FT_ULong in_idx, out_idx; in af_get_char_index() local
422 in_idx = FT_Get_Char_Index( metrics->globals->face, charcode ); in af_get_char_index()
462 if ( in_idx == out_idx ) in af_get_char_index()
483 *codepoint = in_idx; in af_get_char_index()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_depthwise_conv_u8_basic_ver1.c87 … int32_t in_idx = (in_h + ker_h) * (input_ch * input_x) + in_w * input_ch + in_ch; in depthwise_conv_u8_mult_4() local
92 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_u8_mult_4()
A Darm_depthwise_conv_s8.c86 … int32_t in_idx = (in_h + ker_h) * (input_ch * input_x) + in_w * input_ch + in_ch; in depthwise_conv_s8_mult_4() local
91 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_s8_mult_4()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/
A Darm_depthwise_conv_u8_basic_ver1.c87 … int32_t in_idx = (in_h + ker_h) * (input_ch * input_x) + in_w * input_ch + in_ch; in depthwise_conv_u8_mult_4() local
92 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_u8_mult_4()
A Darm_depthwise_conv_s8.c86 … int32_t in_idx = (in_h + ker_h) * (input_ch * input_x) + in_w * input_ch + in_ch; in depthwise_conv_s8_mult_4() local
91 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_s8_mult_4()

Completed in 8 milliseconds