Home
last modified time | relevance | path

Searched defs:ms_type (Results 1 – 25 of 45) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/tests/st/map_parameter/
Dtest_map_parameter.py62 def test_maptensor_put_get_export(ms_type): argument
70 def __init__(self, ms_type): argument
76 def construct(self, ms_type): argument
99 def test_mapparameter_ckpt_save_load(ms_type): argument
106 def __init__(self, ms_type): argument
112 def construct(self, ms_type): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/liteapi/include/
Ddatasets.h385 Status add_column(const std::string &name, mindspore::DataType ms_type) { in add_column()
394 Status add_column(const std::string &name, const std::string &ms_type) { in add_column()
403 …Status add_column(const std::string &name, mindspore::DataType ms_type, const std::vector<int32_t>… in add_column()
412 …Status add_column(const std::string &name, const std::string &ms_type, const std::vector<int32_t> … in add_column()
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_aicpu_ops/
Dtest_gather_d.py60 def get_data(ms_type): argument
86 def test_net(ms_type): argument
105 def test_gatherd_dynamic(ms_type): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_ger_op.py43 def ger_graph(x1, x2, ms_type, nptype): argument
53 def ger_pynative(x1, x2, ms_type, nptype): argument
Dtest_selu_op.py22 from mindspore.common import dtype as ms_type unknown
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/include/dataset/
Ddatasets.h628 Status add_column(const std::string &name, mindspore::DataType ms_type) { in add_column()
637 Status add_column(const std::string &name, const std::string &ms_type) { in add_column()
646 …Status add_column(const std::string &name, mindspore::DataType ms_type, const std::vector<int32_t>… in add_column()
655 …Status add_column(const std::string &name, const std::string &ms_type, const std::vector<int32_t> … in add_column()
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/test_tbe_ops/
Dtest_sqrt.py44 def sqrt_forward_test(ms_type, np_type): argument
57 def sqrt_backward_test(ms_type, np_type): argument
Dtest_assign_add.py40 def assign_add_forward_test(ms_type, np_type): argument
Dtest_minimum_grad.py49 def gen_data(inputA_np, inputB_np, grad_=None, ms_type=ms.float32): argument
Dtest_maximum_grad.py49 def gen_data(inputA_np, inputB_np, grad_=None, ms_type=ms.float32): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/
Daicpu_util.cc63 int AicpuOpUtil::MsTypeToProtoType(TypeId ms_type) { in MsTypeToProtoType()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/
Dcommon_utils.cc397 KernelAttr &KernelAttr::AddInputAttr(const TypeId &object_type, const TypeId &ms_type, const std::s… in AddInputAttr()
402 KernelAttr &KernelAttr::AddOptionalInputAttr(const TypeId &object_type, const TypeId &ms_type, in AddOptionalInputAttr()
408 KernelAttr &KernelAttr::AddOutputAttr(const TypeId &object_type, const TypeId &ms_type, const std::… in AddOutputAttr()
413 KernelAttr &KernelAttr::AddInputAttr(const TypeId &ms_type, const std::string &format) { in AddInputAttr()
418 KernelAttr &KernelAttr::AddOptionalInputAttr(const TypeId &ms_type, const std::string &format) { in AddOptionalInputAttr()
423 KernelAttr &KernelAttr::AddOutputAttr(const TypeId &ms_type, const std::string &format) { in AddOutputAttr()
458 void KernelAttr::SetInputAttr(const size_t index, const TypeId &ms_type, const std::string &format)… in SetInputAttr()
465 void KernelAttr::SetOutputAttr(const size_t index, const TypeId &ms_type, const std::string &format… in SetOutputAttr()
/third_party/mindspore/mindspore-src/source/tests/st/ops/ascend/
Dtest_exp_op.py19 def test_exp_tensor_api(ms_type): argument
Dtest_identity_op.py33 def generate_testcases(nptype, ms_type=None): argument
Dtest_identityn_op.py33 def generate_testcases(nptype, ms_type=None): argument
Dtest_stack_op.py33 def generate_testcases(nptype, ms_type=None): argument
Dtest_gather_elements_op.py33 def generate_testcases(ms_type=None): argument
/third_party/mindspore/mindspore-src/source/tests/st/dynamic_shape/
Dtest_lp_norm_op.py21 from mindspore.common import dtype as ms_type unknown
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_selu_op.py23 from mindspore.common import dtype as ms_type unknown
Dtest_mish_op.py23 from mindspore.common import dtype as ms_type unknown
Dtest_lrn_op.py23 from mindspore.common import dtype as ms_type unknown
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/sequence/
Dsequence_addn_gpu_kernel.cc89 #define SEQUENCE_ADDN_KERNEL_REG(ms_type, builtin_type) \ argument
Dsequence_stack_gpu_kernel.cc104 #define SEQUENCE_STACK_KERNEL_REG(ms_type, builtin_type) … argument
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/share/ops/primitive/
Dmaximum_ops.py21 def __init__(self, left_input, right_input, dtype=np.float32, ms_type=None): argument
Dminimum_ops.py20 def __init__(self, left_input, right_input, dtype=np.float32, grad=None, ms_type=None): argument

12