Searched refs:DT_UNDEFINED (Results 1 – 11 of 11) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/ |
D | ge_types_convert.cc | 28 …{TypeId::kTypeUnknown, ge::proto::DT_UNDEFINED}, {TypeId::kNumberTypeFloat32, ge::proto::DT_FL… in GetGeDataType() 53 …kNumberTypeInt64, ge::DataType::DT_DOUBLE}, {TypeId::kTypeUnknown, ge::DataType::DT_UNDEFINED}}; in TransTypeIdToGeDataType()
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | tensor_data.h | 95 DT_UNDEFINED = 0, enumerator 415 this->data_type_ = DbgDataType::DT_UNDEFINED; in ConvertStringToDbgType() 427 DbgDataType data_type_{DbgDataType::DT_UNDEFINED}; // internal debugger type
|
D | dump_proto.cc | 133 type_proto->set_data_type(irpb::DT_UNDEFINED); in SetNodeOutputType()
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | util.cc | 60 return GeDataType::DT_UNDEFINED; in ConvertDataType() 131 if (data_type == GeDataType::DT_UNDEFINED) { in GetGeTensorDesc() 267 case GeDataType::DT_UNDEFINED: in ConvertGeDataType() 446 case GeDataType::DT_UNDEFINED: in PrintGeTensor()
|
/third_party/mindspore/mindspore/lite/micro/coder/generator/component/const_blocks/ |
D | debug_utils.cc | 141 … "", "", "", "", "DT_UNDEFINED", ""};
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/proto/ |
D | ge_dtype.proto | 23 DT_UNDEFINED = 0; // Used to indicate a DataType field has not been set. enumerator
|
/third_party/mindspore/mindspore/lite/src/delegate/npu/ |
D | npu_converter_utils.cc | 108 data_type = ge::DT_UNDEFINED; in ConverterToNPUDataType()
|
/third_party/mindspore/mindspore/profiler/parser/ |
D | framework_parser.py | 94 DT_UNDEFINED = 26 variable in GeDataType
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/ |
D | debug_graph.proto | 32 DT_UNDEFINED = 0; enumerator
|
D | proto_exporter.cc | 91 type_proto->set_data_type(debugger::DT_UNDEFINED); in SetOutputType()
|
/third_party/mindspore/mindspore/ccsrc/utils/ |
D | anf_ir.proto | 33 DT_UNDEFINED = 0; enumerator
|