Home
last modified time | relevance | path

Searched defs:stride_size (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/range/test/adaptor_test/
Dstrided.cpp34 void strided_test_impl( Container& c, int stride_size ) in strided_test_impl()
94 void strided_test_impl(int stride_size) in strided_test_impl()
163 for (int stride_size = 1; stride_size <= MAX_STRIDE_SIZE; ++stride_size) in strided_test_impl() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dcommon_func_fp16.c47 size_t stride_size = oc_stride * sizeof(float16_t); in PostConvFuncFp16C8() local
59 size_t stride_size = (plane_stride - plane) * C4NUM * sizeof(float16_t); in PostConvFuncFp16C4() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dsoftmax_int8.cc105 int stride_size = stride * task_id * inner_size; in DoSoftmax() local
/third_party/mindspore/mindspore/core/ops/
Daudio_spectrogram.cc62 auto stride_size = GetValue<int64_t>(primitive->GetAttr(kStride)); in AudioSpectrogramInferShape() local
Dconv2d_transpose.cc65 const int64_t stride_size = 2; in set_stride() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dstridedslice_cpu_kernel.cc134 int stride_size = LongToInt(stride[i]); in InitSliceParam() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dcommon_func_fp32.c60 size_t stride_size = (plane_stride - plane_size) * C4NUM * sizeof(float); in PostConvFuncFp32C4() local
/third_party/mindspore/mindspore/nn/layer/
Dconv.py872 def _deconv_output_length(is_valid, is_same, is_pad, input_length, filter_size, stride_size, dilati… argument
/third_party/mindspore/mindspore/ops/operations/
Dnn_ops.py8594 def _deconv_output_length(input_length, kernel_size, stride_size, dilation_size): argument