/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | space_to_batch_nd.h | 84 for (int out_w = 0; out_w < output_width; ++out_w) { in SpaceToBatchND() local 85 T* out = output_data + Offset(output_shape, out_b, out_h, out_w, 0); in SpaceToBatchND() 89 out_w * block_shape_width + shift_w < padding_left || in SpaceToBatchND() 90 out_w * block_shape_width + shift_w >= padding_left + input_width) { in SpaceToBatchND() 98 (out_w * block_shape_width + shift_w) - padding_left, 0); in SpaceToBatchND()
|
A D | depth_to_space.h | 55 for (int out_w = 0; out_w < output_width; ++out_w) { in DepthToSpace() local 58 out_d + ((out_h % block_size) * block_size + out_w % block_size) * in DepthToSpace() 61 const int in_w = out_w / block_size; in DepthToSpace() 67 Offset(output_shape, out_b, out_h, out_w, out_d); in DepthToSpace()
|
A D | batch_to_space_nd.h | 83 const int out_w = in_w * block_shape_width + in BatchToSpaceND() local 86 if (out_w < 0 || out_w >= output_width) { in BatchToSpaceND() 89 T* out = output_data + Offset(output_shape, out_batch, out_h, out_w, 0); in BatchToSpaceND()
|
A D | pad.h | 94 for (int out_w = 0; out_w < output_width; ++out_w) { in PadImpl() local 102 out_w < left_w_padding || in PadImpl() 103 out_w >= output_width - right_w_padding || in PadImpl()
|
A D | space_to_depth.h | 60 const int out_w = in_w / block_size; in SpaceToDepth() local 66 Offset(output_shape, out_b, out_h, out_w, out_d); in SpaceToDepth()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_depthwise_conv_3x3_s8.c | 97 …for (int32_t in_w = -pad_x, out_w = 0, ker_h_start = MAX(0, -in_h); out_w < output_x; in_w += stri… in arm_depthwise_conv_3x3_s8() local
|
A D | arm_depthwise_conv_u8_basic_ver1.c | 70 …for (int32_t in_w = -pad_x, out_w = 0, ker_h_start = MAX(0, -in_h); out_w < output_x; in_w += stri… in depthwise_conv_u8_mult_4() local
|
A D | arm_depthwise_conv_s8.c | 69 …for (int32_t in_w = -pad_x, out_w = 0, ker_h_start = MAX(0, -in_h); out_w < output_x; in_w += stri… in depthwise_conv_s8_mult_4() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/ConvolutionFunctions/ |
A D | arm_depthwise_conv_3x3_s8.c | 97 …for (int32_t in_w = -pad_x, out_w = 0, ker_h_start = MAX(0, -in_h); out_w < output_x; in_w += stri… in arm_depthwise_conv_3x3_s8() local
|
A D | arm_depthwise_conv_u8_basic_ver1.c | 70 …for (int32_t in_w = -pad_x, out_w = 0, ker_h_start = MAX(0, -in_h); out_w < output_x; in_w += stri… in depthwise_conv_u8_mult_4() local
|
A D | arm_depthwise_conv_s8.c | 69 …for (int32_t in_w = -pad_x, out_w = 0, ker_h_start = MAX(0, -in_h); out_w < output_x; in_w += stri… in depthwise_conv_s8_mult_4() local
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | optimized_ops.h | 1709 for (int out_w = 0; out_w < output_width; ++out_w) { in SpaceToDepth() local 4580 const int out_w = in_w * block_shape_width + in BatchToSpaceND() local 4582 TFLITE_DCHECK_GE(out_w, 0); in BatchToSpaceND() 4583 TFLITE_DCHECK_LT(out_w, output_width); in BatchToSpaceND() 4584 T* out = output_data + Offset(output_shape, out_batch, out_h, out_w, 0); in BatchToSpaceND() 4696 for (int out_w = left_s3_padding; in PadImpl() local 4697 out_w < output_spatial_dim3 - right_s3_padding; ++out_w) { in PadImpl() 4700 out_h, out_w, 0), in PadImpl() 4705 out_w, left_c_padding); in PadImpl() 4709 out_w - left_s3_padding, 0); in PadImpl() [all …]
|