Home
last modified time | relevance | path

Searched refs:ArgMinWithValue (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dargmaxandminwithvalue_gpu_kernel.cc35 ArgMinWithValue,
39 ArgMinWithValue,
43 ArgMinWithValue,
/third_party/mindspore/tests/st/ops/gpu/
Dtest_argminwithvalue_op.py30 self.argmin1 = P.ArgMinWithValue(axis1)
31 self.argmin2 = P.ArgMinWithValue(axis2)
32 self.argmin3 = P.ArgMinWithValue()
41 self.argmin = P.ArgMinWithValue(axis)
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dargmin_with_value_cpu_kernel.h48 MS_REG_CPU_KERNEL_T(ArgMinWithValue, KernelAttr(), ArgMinWithValueCPUKernel, float);
49 MS_REG_CPU_KERNEL_T(ArgMinWithValue, KernelAttr(), ArgMinWithValueCPUKernel, float16);
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Delewise_calculation_ops_declare.h69 DECLARE_OP_ADAPTER(ArgMinWithValue)
70 DECLARE_OP_USE_OUTPUT(ArgMinWithValue)
Delewise_calculation_ops_declare.cc320 INPUT_MAP(ArgMinWithValue) = {{1, INPUT_DESC(x)}};
321 ATTR_MAP(ArgMinWithValue) = {{"axis", ATTR_DESC(dimension, AnyTraits<int64_t>())},
323 OUTPUT_MAP(ArgMinWithValue) = {{0, OUTPUT_DESC(indice)}, {1, OUTPUT_DESC(values)}};
324 REG_ADPT_DESC(ArgMinWithValue, kNameArgMinWithValue, ADPT_DESC(ArgMinWithValue))
/third_party/mindspore/tests/st/ops/cpu/
Dtest_argminwithvalue_op.py30 self.argmin = P.ArgMinWithValue(axis=axis, keep_dims=keep_dims)
/third_party/mindspore/mindspore/ops/operations/
D__init__.py27 Rank, Reshape, ResizeNearestNeighbor, ArgMinWithValue, Meshgrid,
Darray_ops.py1816 class ArgMinWithValue(PrimitiveWithInfer): class
/third_party/mindspore/tests/ut/python/parallel/
Dtest_reduce_method_info.py360 self.arg_min_with_value = P.ArgMinWithValue(keep_dims=False, axis=-1).shard(strategy2)
447 self.arg_min_with_value = P.ArgMinWithValue(keep_dims=True, axis=-1).shard(strategy2)
/third_party/mindspore/mindspore/ops/_grad/
Dgrad_math_ops.py766 @bprop_getters.register(P.ArgMinWithValue)
771 op = P.ArgMinWithValue(axis)
/third_party/mindspore/tests/ut/python/ops/
Dtest_ops.py2340 'block': P.ArgMinWithValue(),
/third_party/mindspore/
DRELEASE.md3035 - Fix ArgMinWithValue operator bugs ([!338](https://gitee.com/mindspore/mindspore/pulls/338)).
/third_party/mindspore/config/
Dop_info.config75 {"op_name": "ArgMinWithValue", "inputs": [{"index": 0, "name": "x", "param_type": "required"}], "ou…
351 {"op_name": "ArgMinWithValue", "inputs": [{"index": 0, "name": "x", "need_compile": false, "param_t…