Home
last modified time | relevance | path

Searched defs:stride_h (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmaxpooling_op_gpu.cu.cc71 const int kernel_w, const int stride_h, const int stride_w, const int pad_t, in MaxPoolForwardNCHW()
115 const int stride_h, const int stride_w, const int pad_t, const int pad_l, in MaxPoolForwardNoMaskKernel_NCHW_VECT_C()
148 const int stride_h, const int stride_w, const int pad_t, const int pad_l, in MaxPoolForwardNHWC()
234 const int width, const int kernel_h, const int kernel_w, const int stride_h, in MaxPoolGradBackwardNoMaskNCHW()
275 const int width, const int kernel_h, const int kernel_w, const int stride_h, in MaxPoolGradBackwardNoMaskNHWC()
358 const int stride_h, const int stride_w, const int pad_t, const int pad_l, in operator ()()
377 const int kernel_h, const int kernel_w, const int stride_h, in operator ()()
428 const int kernel_w, const int stride_h, const int stride_w, const int pad_t, in operator ()()
H A Dpooling_ops_3d_gpu.cu.cc36 const int stride_h, const int stride_w, const int pad_p, const int pad_t, in MaxPoolGradBackwardNoMaskNCDHW()
87 const int stride_h, const int stride_w, const int pad_p, const int pad_t, in MaxPoolGradBackwardNoMaskNDHWC()
142 const int kernel_w, const int stride_p, const int stride_h, in operator ()()
H A Dxsmm_conv2d_test.cc47 int stride_h; member
131 int stride_h = param->stride_h; in naive_conv_fp() local
201 int stride_h = stride; in TEST_F() local
H A Dconv_grad_filter_ops.cc77 const int stride_h, const int stride_w, T* col_data) { in Im2col()
276 int stride_h = GetTensorDim(strides_, data_format_, 'H'); in Conv2DBackpropFilterOp() local
H A Davgpooling_op_gpu.cu.cc86 const int kernel_w, const int stride_h, in RunAvePoolBackwardNHWC()
H A Dconv_grad_input_ops.h81 const int stride_h, const int stride_w, T* __restrict im_data) { in Col2im()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnfold3d.cpp192 int64_t stride_h, in Unfold3dZeroPaddingCopyKernelImpl()
236 int64_t stride_h, in Unfold3dCopyKernelImpl()
315 int64_t stride_h, in Unfold3dZeroPaddingAccKernelImpl()
368 int64_t stride_h, in Unfold3dAccKernelImpl()
449 int64_t stride_h, in Unfold3dCopyCPU()
497 int64_t stride_h, in Unfold3dAccCPU()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Dvol2col.cuh31 const int stride_h, in vol2col_kernel()
92 const int stride_h, in vol2col()
143 const unsigned stride_h, in vol2im_kernel()
216 const int64_t stride_h, in col2vol()
H A DAveragePool2d.cu37 const int stride_h, const int stride_w, const int pad_h, const int pad_w, in avg_pool2d_out_cuda_frame()
86 const int stride_h, const int stride_w, const int pad_h, const int pad_w, in avg_pool2d_out_cuda_frame_nhwc()
134 const int kernel_h, const int kernel_w, const int stride_h, in avg_pool2d_backward_out_cuda_frame()
191 const int kernel_h, const int kernel_w, const int stride_h, in avg_pool2d_backward_out_cuda_frame_nhwc()
H A DDilatedMaxPool2d.cu48 const int kernel_h, const int kernel_w, const int stride_h, in max_pool_forward_nchw()
181 const int stride_h, const int stride_w, const int pad_h, const int pad_w, in max_pool_backward_nchw()
/aosp_15_r20/external/pytorch/test/
H A Dtest_xnnpack_integration.py109 stride_h, argument
178 stride_h, argument
332 stride_h, argument
447 stride_h, argument
601 stride_h, argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DPixelShuffleKernel.cpp37 int64_t stride_h = width; in cpu_pixel_shuffle() local
133 int64_t stride_h = S * width * S; in cpu_pixel_unshuffle() local
174 int64_t stride_h = S * width * S * sub_channels; in cpu_pixel_unshuffle_channels_last() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/examples/mnist/
H A Dops_defs.py53 def _composite_conv_add_relu(input_, filter_, bias, stride_w, stride_h, argument
172 def _composite_max_pool(input_, stride_w, stride_h, filter_width, filter_height, argument
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_op.py5154 stride_h, argument
5235 stride_h, argument
5442 stride_h, argument
5525 stride_h, argument
5782 stride_h, argument
5915 stride_h, argument
6407 stride_h, argument
6491 stride_h, argument
6560 self, inputs, stride_d, stride_h, stride_w, pad_d, pad_h, pad_w, o_pad, argument
H A Dtest_quantized_functional.py141 groups, kernel_h, kernel_w, stride_h, stride_w, pad_h, pad_w, dilation, argument
198 stride_d, stride_h, stride_w, pad_d, pad_h, pad_w, dilation, X_scale, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/utils/
H A Dtf_to_xla_attribute_utils.cc94 const int stride_h = strides[1].cast<IntegerAttr>().getInt(); in PadForDynamicShapedInputSamePadding() local
170 const int stride_h = strides[1].cast<IntegerAttr>().getInt(); in CalculatePaddingAndPadIfNeeded() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dtranspose_conv_test.cc62 Padding padding, int stride_w, int stride_h, in BaseTransposeConvOpModel()
588 int stride_w, int stride_h, TestType test_type, in BaseTransposeConvBiasOpModel()
/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_qat.py768 stride_h, argument
920 stride_h, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_tf.cc521 int64_t stride_h = tmpAttr[1].dyn_cast<IntegerAttr>().getInt(); in matchAndRewrite() local
591 int64_t stride_h = tmpAttr[1].dyn_cast<IntegerAttr>().getInt(); in matchAndRewrite() local
878 int64_t stride_h = tmpAttr[1].dyn_cast<IntegerAttr>().getInt(); in matchAndRewrite() local
971 int64_t stride_h = tmpAttr[1].dyn_cast<IntegerAttr>().getInt(); in matchAndRewrite() local
H A Dlegalize_tfl.cc892 int64_t stride_h = tfl_avgpool_op.stride_h(); in matchAndRewrite() local
969 int64_t stride_h = tfl_maxpool_op.stride_h(); in matchAndRewrite() local
1032 int64_t stride_h = tfl_conv2d_op.stride_h(); in matchAndRewrite() local
1124 int64_t stride_h = tfl_conv_op.stride_h(); in matchAndRewrite() local
1264 int64_t stride_h = tfl_conv2d_op.stride_h(); in matchAndRewrite() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_pixel_unshuffle.cpp39 const auto stride_h = width; in pixel_unshuffle_impl() local
H A Dop_pixel_shuffle.cpp36 const auto stride_h = width; in pixel_shuffle_impl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/
H A Doptional_input.json72 "stride_h": 1 number
H A Dimport_json.json77 "stride_h": 1 number
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A DXnnpackUtils.h47 uint32_t stride_h, in xnnp_create_convolution2d_nhwc()

12