Home
last modified time | relevance | path

Searched refs:GetDtypeNbyte (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_convert_utils.h33 size_t GetDtypeNbyte(const std::string &dtypes);
Dtbe_convert_utils.cc97 size_t GetDtypeNbyte(const std::string &dtypes) { in GetDtypeNbyte() function
Dtbe_kernel_build.cc842 size_t nbyte = tbe::GetDtypeNbyte(dtype); in GetInputSizeList()
872 size_t nbyte = tbe::GetDtypeNbyte(dtype); in GetOutputSizeList()
906 size_t nbyte = tbe::GetDtypeNbyte(dtype); in GetRealInputSize()
945 size_t nbyte = tbe::GetDtypeNbyte(dtype); in GetRealOutputSize()
1509 size_t nbyte = tbe::GetDtypeNbyte(data_type); in GetIOSizeImpl()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dcommon_utils.h81 size_t GetDtypeNbyte(const std::string &dtypes);
Dcommon_utils.cc291 size_t GetDtypeNbyte(const std::string &dtype) { in GetDtypeNbyte() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.cc509 size_t nbyte = GetDtypeNbyte(dtype); in GetIOSize()
519 size_t nbyte = GetDtypeNbyte(dtype); in GetIOSize()