Home
last modified time | relevance | path

Searched refs:out_h (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/
A Dspace_to_batch_nd.h83 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToBatchND() local
85 T* out = output_data + Offset(output_shape, out_b, out_h, out_w, 0); in SpaceToBatchND()
86 if (out_h * block_shape_height + shift_h < padding_top || in SpaceToBatchND()
87 out_h * block_shape_height + shift_h >= in SpaceToBatchND()
97 (out_h * block_shape_height + shift_h) - padding_top, in SpaceToBatchND()
A Ddepth_to_space.h54 for (int out_h = 0; out_h < output_height; ++out_h) { in DepthToSpace() local
58 out_d + ((out_h % block_size) * block_size + out_w % block_size) * in DepthToSpace()
62 const int in_h = out_h / block_size; in DepthToSpace()
67 Offset(output_shape, out_b, out_h, out_w, out_d); in DepthToSpace()
A Dbatch_to_space_nd.h77 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local
79 if (out_h < 0 || out_h >= output_height) { in BatchToSpaceND()
89 T* out = output_data + Offset(output_shape, out_batch, out_h, out_w, 0); in BatchToSpaceND()
A Dpad.h93 for (int out_h = 0; out_h < output_height; ++out_h) { in PadImpl() local
100 out_h < left_h_padding || in PadImpl()
101 out_h >= output_height - right_h_padding || in PadImpl()
A Dspace_to_depth.h61 const int out_h = in_h / 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 Darm_depthwise_conv_3x3_s8.c95 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in arm_depthwise_conv_3x3_s8() local
A Darm_depthwise_conv_u8_basic_ver1.c68 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in depthwise_conv_u8_mult_4() local
A Darm_depthwise_conv_s8.c67 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) 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 Darm_depthwise_conv_3x3_s8.c95 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in arm_depthwise_conv_3x3_s8() local
A Darm_depthwise_conv_u8_basic_ver1.c68 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in depthwise_conv_u8_mult_4() local
A Darm_depthwise_conv_s8.c67 for (int32_t in_h = -pad_y, out_h = 0, out_idx = 0; out_h < output_y; in_h += stride_y, ++out_h) in depthwise_conv_s8_mult_4() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Doptimized_ops.h1705 for (int out_h = 0; out_h < output_height; ++out_h) { in SpaceToDepth() local
1706 T* output_ptr = output_data + Offset(output_shape, batch, out_h, 0, 0); in SpaceToDepth()
4567 const int out_h = in_h * block_shape_height + in BatchToSpaceND() local
4569 TFLITE_DCHECK_GE(out_h, 0); in BatchToSpaceND()
4570 TFLITE_DCHECK_LT(out_h, output_height); in BatchToSpaceND()
4689 for (int out_h = left_s2_padding; in PadImpl() local
4690 out_h < output_spatial_dim2 - right_s2_padding; ++out_h) { in PadImpl()
4700 out_h, out_w, 0), in PadImpl()
4704 T* out = output_data + Offset(ext_output_shape, out_b, out_p, out_h, in PadImpl()
4714 output_data + Offset(ext_output_shape, out_b, out_p, out_h, in PadImpl()
[all …]
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c62653 DUK_LOCAL duk_uint32_t duk__to_property_key(duk_hthread *thr, duk_idx_t idx, duk_hstring **out_h) { argument
62659 DUK_ASSERT(out_h != NULL);
62682 *out_h = h;
62688 …_uint32_t duk__push_tval_to_property_key(duk_hthread *thr, duk_tval *tv_key, duk_hstring **out_h) { argument
62690 return duk__to_property_key(thr, -1, out_h);

Completed in 272 milliseconds