Home
last modified time | relevance | path

Searched defs:stride_depth (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DConvolutionMM3d.cpp43 const int64_t stride_depth = stride[0]; in compute_columns3d() local
118 int64_t stride_depth, in slow_conv3d_shape_check()
272 int64_t stride_depth, in slow_conv3d_update_output_frame()
320 int64_t stride_depth, in slow_conv3d_backward_update_grad_input_frame()
385 const int64_t stride_depth = stride[0]; in slow_conv3d_backward_out_cpu_template() local
509 const int64_t stride_depth = stride[0]; in slow_conv3d_backward_parameters_out_cpu_template() local
570 const int64_t stride_depth = stride[0]; in slow_conv3d_forward_out_cpu() local
H A DNaiveConvolutionTranspose3d.cpp36 int stride_depth, in slow_conv_transpose3d_shape_check()
221 int64_t stride_depth = stride[0]; in slow_conv_transpose3d_out_cpu_template() local
435 int64_t stride_depth = stride[0]; in slow_conv_transpose3d_backward_out_cpu_template() local
640 int64_t stride_depth = stride[0]; in slow_conv_transpose3d_acc_grad_parameters_cpu() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DNaiveConvolutionTranspose3d.cu36 int stride_depth, in slow_conv_transpose3d_shape_check()
217 int64_t stride_depth = stride[0]; in slow_conv_transpose3d_out_cuda_template() local
441 int64_t stride_depth = stride[0]; in slow_conv_transpose3d_backward_out_cuda_template() local
649 int64_t stride_depth = stride[0]; in slow_conv_transpose3d_acc_grad_parameters_cuda() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dconv3d_test.cc34 Padding padding = Padding_VALID, int32_t stride_depth = 1, in Conv3dOpModel()
54 int32_t stride_depth = 1, int32_t stride_width = 1, in Conv3dOpModel()
H A Dconv3d_transpose_test.cc41 int32_t stride_depth = 1, int32_t stride_width = 1, in Conv3dTransposeOpModel()
72 Padding padding = Padding_VALID, int32_t stride_depth = 1, in Conv3dTransposeOpModel()
H A Dpadding.h85 int stride_height, int stride_width, int stride_depth, in ComputePadding3DValues()
H A Dpooling3d_test.cc77 std::vector<uint8_t> CreateCustomOptions(int stride_depth, int stride_height, in CreateCustomOptions()
H A Dpooling3d.cc43 int stride_depth; member
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/
H A Dindirection.c37 const size_t stride_depth = op->stride_depth; in pytorch_qnnp_indirection_init_conv3d() local
241 const size_t stride_depth = op->stride_depth; in pytorch_qnnp_indirection_init_dwconv() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlegalize_tf.cc335 IntegerAttr stride_depth, stride_height, stride_width; in matchAndRewrite() local
375 IntegerAttr stride_depth, stride_height, stride_width; in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dim2col_utils.h290 int stride_depth, int stride_height, int stride_width, // Stride params. in ExtractPatchIntoBufferColumn3D()
379 const int stride_depth = params.stride_depth; in Im2col3D() local
H A Doptimized_ops.h8056 const int stride_depth = params.stride_depth; in Conv3D() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dconv3d_transpose.h32 const int stride_depth = params.stride_depth; in Conv3DTranspose() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/
H A Doperator.h67 uint32_t stride_depth; member
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns.cc1619 int32_t stride_depth = GetTensorDim(strides, data_format, 'C'); in MaxPoolShapeImpl() local
1758 int32_t stride_depth = GetTensorDim(strides, data_format, 'C'); in MaxPoolV2Shape() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dbuiltin_op_data.h93 int stride_depth; member
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dbuiltin_op_data.h98 int stride_depth; member
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/
H A Dtypes.h724 int stride_depth; member