Home
last modified time | relevance | path

Searched defs:dtype_format (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Doplib.cc222 nlohmann::json dtype_format; in DecodeOpInfo() local
280 bool OpLib::DecodeDtypeFormat(const nlohmann::json &dtype_format, const std::shared_ptr<OpIOInfo> &… in DecodeDtypeFormat()
301 … const std::shared_ptr<OpInfo> &op_info, const nlohmann::json &dtype_format) { in DecodeInputOutput()
/third_party/mindspore/mindspore/ops/
Dop_info_register.py199 def dtype_format(self, *args): member in RegOp