Searched refs:stride_depth (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/ |
A D | padding.h | 85 int stride_height, int stride_width, int stride_depth, in ComputePadding3DValues() argument 94 *out_depth = ComputeOutSize(padding, in_depth, filter_depth, stride_depth, in ComputePadding3DValues() 100 ComputePaddingWithOffset(stride_depth, dilation_rate_depth, in_depth, in ComputePadding3DValues()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/ |
A D | im2col_utils.h | 289 int stride_depth, int stride_height, int stride_width, // Stride params. in ExtractPatchIntoBufferColumn3D() argument 298 const int id_ungated_start = d * stride_depth - pad_depth; in ExtractPatchIntoBufferColumn3D() 378 const int stride_depth = params.stride_depth; in Im2col3D() local 405 b, d, h, w, kdepth, kheight, kwidth, stride_depth, stride_height, in Im2col3D() 454 const int in_d_origin = (out_d * params.stride_depth) - pad_depth; in DilatedIm2col3D()
|
A D | optimized_ops.h | 8098 const int stride_depth = params.stride_depth; in Conv3D() local 8122 const bool need_im2col = stride_depth != 1 || stride_height != 1 || in Conv3D()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/reference/ |
A D | conv3d.h | 56 const int in_d_origin = (out_d * params.stride_depth) - pad_depth; in Conv3D()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/ |
A D | builtin_op_data.h | 93 int stride_depth; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/ |
A D | types.h | 879 int stride_depth; member
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/ |
A D | flatbuffer_conversions.cc | 770 params->stride_depth = conv3d_params->stride_d(); in ParseOpDataTfLite()
|
Completed in 40 milliseconds