Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_dump.h34 const std::string ToShortString(const TypeId &typeId);
Danf_ir_dump.cc35 const std::string ToShortString(const TypeId &typeId) { in ToShortString() function
55 buffer << "<" << ToShortString(type); in PrintKernelFormatAndType()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.cc108 …output_buffer << "<" << ToShortString(GetInputDeviceType(index)) << "x" << GetInputFormat(index) <… in ToString()
115 …output_buffer << "<" << ToShortString(GetOutputDeviceType(index)) << "x" << GetOutputFormat(index)… in ToString()