Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/liteapi/include/
Ddatasets.h327 Status add_column(const std::string &name, mindspore::DataType ms_type) { in add_column()
336 Status add_column(const std::string &name, const std::string &ms_type) { in add_column()
345 …Status add_column(const std::string &name, mindspore::DataType ms_type, const std::vector<int32_t>… in add_column()
354 …Status add_column(const std::string &name, const std::string &ms_type, const std::vector<int32_t> … in add_column()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Ddatasets.h499 Status add_column(const std::string &name, mindspore::DataType ms_type) { in add_column()
508 Status add_column(const std::string &name, const std::string &ms_type) { in add_column()
517 …Status add_column(const std::string &name, mindspore::DataType ms_type, const std::vector<int32_t>… in add_column()
526 …Status add_column(const std::string &name, const std::string &ms_type, const std::vector<int32_t> … in add_column()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_util.cc62 int AicpuOpUtil::MsTypeToProtoType(TypeId ms_type) { in MsTypeToProtoType()
/third_party/mindspore/mindspore/core/ops/
Dsparse_apply_r_m_s_prop.cc80 auto ms_type = input_args[1]->BuildType(); in InferType() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/executor/
Daicpu_ext_info_handle.cc242 auto ms_type = kernel::AicpuOpUtil::ProtoTypeToMsType(shape_and_type->type); in GetShapeAndType() local
/third_party/mindspore/tests/st/model_zoo_tests/wide_and_deep/python_file_for_ci/
Dwide_and_deep.py31 ms_type = mstype.float32 variable
/third_party/mindspore/tests/st/model_zoo_tests/DeepFM/src/
Ddeepfm.py38 ms_type = mstype.float32 variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtransforms.cc131 Mask::Mask(RelationalOp op, const MSTensor &constant, mindspore::DataType ms_type) in Mask()