Searched defs:set_src_t (Results 1 – 2 of 2) sorted by relevance
| /third_party/mindspore/mindspore/core/ops/ | ||
| D | to_format.cc | 29 void ToFormat::set_src_t(const int64_t src_t) { (void)this->AddAttr(kSrcT, MakeValue(src_t)); } in set_src_t() function in mindspore::ops::ToFormat |
| D | quant_dtype_cast.cc | 21 void QuantDTypeCast::set_src_t(const int64_t src_t) { (void)AddAttr(kSrcT, MakeValue(src_t)); } in set_src_t() function in mindspore::ops::QuantDTypeCast |