Home
last modified time | relevance | path

Searched refs:ProtoTypeToMsType (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_util.h114 static int ProtoTypeToMsType(int proto_type);
Daicpu_util.cc71 int AicpuOpUtil::ProtoTypeToMsType(int proto_type) { in ProtoTypeToMsType() function in mindspore::kernel::AicpuOpUtil
/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()