Searched refs:in_idx (Results 1 – 6 of 6) sorted by relevance
73 for (int in_idx = 0, out_idx = 0; in_idx < input_num_dims; ++in_idx) { in Prepare() local74 if (!should_squeeze[in_idx]) { in Prepare()75 TFLITE_CHECK_GE(output_dims->data[out_idx++], input_dims->data[in_idx]); in Prepare()
416 FT_ULong in_idx, out_idx; in af_get_char_index() local422 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()
87 … int32_t in_idx = (in_h + ker_h) * (input_ch * input_x) + in_w * input_ch + in_ch; in depthwise_conv_u8_mult_4() local92 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_u8_mult_4()
86 … int32_t in_idx = (in_h + ker_h) * (input_ch * input_x) + in_w * input_ch + in_ch; in depthwise_conv_s8_mult_4() local91 int32_t in_val = input[in_idx + ker_w * input_ch] + input_offset; in depthwise_conv_s8_mult_4()
Completed in 8 milliseconds