Home
last modified time | relevance | path

Searched defs:argmax_type (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_maxpool_grad_grad_with_argmax_gpu_op.py42 def test_maxpool_grad_grad_argmax_fp16(argmax_type): argument
69 def test_maxpool_grad_grad_argmax_fp32(argmax_type): argument
Dtest_maxpool_with_argmax_v2_gpu_op.py29 def __init__(self, kernel_size, strides, pads, dilation, ceil_mode, argmax_type=mstype.int64): argument
Dtest_maxpool_grad_with_argmax_v2_gpu_op.py31 def __init__(self, kernel_size, strides, pads, dilation, ceil_mode, argmax_type=mstype.int64): argument
Dtest_maxpool3d_with_argmax_op.py31 data_format="NCDHW", argmax_type=mstype.int64): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_maxpool_grad_grad_with_argmax_cpu_op.py43 def test_maxpool_grad_grad_argmax_fp16(argmax_type): argument
74 def test_maxpool_grad_grad_argmax_fp32(argmax_type): argument
Dtest_max_pool_with_argmax_v2_cpu_op.py30 def __init__(self, kernel_size, strides, pads, dilation, ceil_mode, argmax_type=mstype.int64): argument
Dtest_max_pool_grad_with_argmax_v2_cpu_op.py31 def __init__(self, kernel_size, strides, pads, dilation, ceil_mode, argmax_type=mstype.int64): argument
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_max_pool_with_indices.cc43 ValuePtr argmax_type; member
69 auto argmax_type = param.argmax_type->ToAbstract(); in TEST_P() local
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/
Dtest_maxpool_with_argmax_v2.py26 def __init__(self, kernel_size, strides, pads, dilation, ceil_mode, argmax_type=mstype.int64): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dmax_pool_grad_with_argmax_v2.cc31 bool ceil_mode, const TypeId &argmax_type) { in Init()
64 void MaxPoolGradWithArgmaxV2::set_argmax_type(const TypeId &argmax_type) { in set_argmax_type()
Dmax_unpool3d_grad.cc63 auto argmax_type = input_args[kInputIndex2]->GetType(); in MaxUnpool3DGradInferType() local
Dmax_unpool2d_grad.cc63 auto argmax_type = input_args[kInputIndex2]->GetType(); in MaxUnpool2DGradInferType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dfractional_max_pool_3d_grad_with_fixed_ksize.cc234DataType argmax_type) { in DoComputeWithArgmaxType()
250 auto argmax_type = ctx.Input(2)->GetDataType(); in Compute() local
Dfractional_max_pool_3d_with_fixed_ksize.cc329 DataType argmax_type) { in DoComputeWithArgmaxType()
344 auto argmax_type = ctx.Output(1)->GetDataType(); in DoComputeWithRandomSamplesType() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmax_pool_with_argmax_v2.cc32 const TypeId &argmax_type) { in Init()
64 void MaxPoolWithArgmaxV2::set_argmax_type(const TypeId &argmax_type) { in set_argmax_type()
Dmax_pool3d_with_argmax.cc52 const Format &format, const TypeId &argmax_type) { in Init()
90 void MaxPool3DWithArgmax::set_argmax_type(const TypeId &argmax_type) { in set_argmax_type()
Dmax_unpool2d.cc162 auto argmax_type = input_args[kInputIndex1]->GetType(); in MaxUnpool2DInferType() local
Dmax_unpool3d.cc177 auto argmax_type = input_args[kInputIndex1]->GetType(); in MaxUnpool3DInferType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/pyboost/customize/
Dmax_pool_with_mask.cc49 … const BoolImmPtr &ceil_mode, const Int64ImmPtr &argmax_type) { in MaxPoolWithMaskAscendCustomize()
Dmax_pool_with_indices.cc49 … const BoolImmPtr &ceil_mode, const Int64ImmPtr &argmax_type) { in MaxPoolWithIndicesAscendCustomize()
Dmax_pool_grad_with_mask.cc50 … const BoolImmPtr &ceil_mode, const Int64ImmPtr &argmax_type) { in MaxPoolGradWithMaskAscendCustomize()
Dmax_pool_grad_with_indices.cc52 const Int64ImmPtr &argmax_type) { in MaxPoolGradWithIndicesAscendCustomize()
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_ops_maxpool_with_argmax_v2.py27 def __init__(self, kernel_size, strides, pads, dilation, ceil_mode, argmax_type=mstype.int64): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dfractional_max_pool3d_grad_with_fixed_ksize_cpu_kernel.cc203 …::vector<KernelTensor *> &inputs, const std::vector<KernelTensor *> &outputs, TypeId argmax_type) { in DoComputeWithArgmaxType()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Dnn_pooling_ops_proto.cc399 std::string argmax_type; in CUST_IMPLEMT_INFERFUNC() local
486 std::string argmax_type; in CUST_IMPLEMT_VERIFIER() local
668 std::string argmax_type; in CUST_IMPLEMT_VERIFIER() local

12