Home
last modified time | relevance | path

Searched defs:get_kernel_size (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dpool_grad.cc91 std::vector<int64_t> PoolGrad::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::PoolGrad
Dmax_pool_grad_grad.cc49 std::vector<int64_t> MaxPoolGradGrad::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::MaxPoolGradGrad
Dmax_pool_grad_with_argmax.cc65 std::vector<int64_t> MaxPoolGradWithArgmax::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::MaxPoolGradWithArgmax
Dde_conv2d_grad_filter.cc72 std::vector<int64_t> DeConv2DGradFilter::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::DeConv2DGradFilter
Dmax_pool3d_grad_with_argmax.cc85 std::vector<int64_t> MaxPool3DGradWithArgmax::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::MaxPool3DGradWithArgmax
Dgroup_conv2d_grad_input.cc72 std::vector<int64_t> GroupConv2DGradInput::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::GroupConv2DGradInput
Ddeformable_offsets_grad.cc126 std::vector<int64_t> DeformableOffsetsGrad::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::DeformableOffsetsGrad
Dmax_pool_grad_with_argmax_v2.cc69 std::vector<int64_t> MaxPoolGradWithArgmaxV2::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::MaxPoolGradWithArgmaxV2
Dconv3d_backprop_input.cc91 std::vector<int64_t> Conv3DBackpropInput::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::Conv3DBackpropInput
Dconv3d_backprop_filter.cc90 std::vector<int64_t> Conv3DBackpropFilter::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::Conv3DBackpropFilter
Dconv2d_backprop_filter.cc176 std::vector<int64_t> Conv2DBackpropFilter::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::Conv2DBackpropFilter
Dconv2d_backprop_input.cc233 std::vector<int64_t> Conv2DBackpropInput::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::Conv2DBackpropInput
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/fusion/
Davg_pool_fusion.cc38 std::vector<int64_t> AvgPoolFusion::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::AvgPoolFusion
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dadder.cc62 std::vector<int64_t> Adder::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::Adder
Dextract_volume_patches.cc158 std::vector<int64_t> ExtractVolumePatches::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::ExtractVolumePatches
Dconv2d_transpose.cc140 std::vector<int64_t> Conv2DTranspose::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::Conv2DTranspose
Dmax_pool_with_argmax_v2.cc69 std::vector<int64_t> MaxPoolWithArgmaxV2::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::MaxPoolWithArgmaxV2
Dmax_pool_with_argmax.cc81 std::vector<int64_t> MaxPoolWithArgmax::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::MaxPoolWithArgmax
Dmax_pool3d_with_argmax.cc95 std::vector<int64_t> MaxPool3DWithArgmax::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::MaxPool3DWithArgmax
Dmax_pool.cc206 std::vector<int64_t> MaxPool::get_kernel_size() const { return GetValue<std::vector<int64_t>>(GetAt… in get_kernel_size() function in mindspore::ops::MaxPool
Ddeformable_offsets.cc223 std::vector<int64_t> DeformableOffsets::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::DeformableOffsets
Dmax_pool3d.cc73 std::vector<int64_t> MaxPool3D::get_kernel_size() const { return GetValue<std::vector<int64_t>>(Get… in get_kernel_size() function in mindspore::ops::MaxPool3D
Dconv2d.cc371 std::vector<int64_t> Conv2D::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::Conv2D
Dconv3d_transpose.cc158 std::vector<int64_t> Conv3DTranspose::get_kernel_size() const { in get_kernel_size() function in mindspore::ops::Conv3DTranspose
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.cc185 std::vector<int64_t> AvgPoolGrad::get_kernel_size() const { return GetValue<std::vector… in get_kernel_size() function in mindspore::ops::AvgPoolGrad
204 std::vector<int64_t> AvgPool::get_kernel_size() const { return GetValue<std::vector<int… in get_kernel_size() function in mindspore::ops::AvgPool
1215 std::vector<int64_t> MaxPoolGradWithIndices::get_kernel_size() const { return GetValue<… in get_kernel_size() function in mindspore::ops::MaxPoolGradWithIndices
1242 std::vector<int64_t> MaxPoolGradWithMask::get_kernel_size() const { return GetValue<std… in get_kernel_size() function in mindspore::ops::MaxPoolGradWithMask
1269 std::vector<int64_t> MaxPoolWithIndices::get_kernel_size() const { return GetValue<std:… in get_kernel_size() function in mindspore::ops::MaxPoolWithIndices
1296 std::vector<int64_t> MaxPoolWithMask::get_kernel_size() const { return GetValue<std::ve… in get_kernel_size() function in mindspore::ops::MaxPoolWithMask

12