Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dscalar.h226 UInt16Imm() : IntergerImm(kUInt16), v_(0) {} in UInt16Imm() function
227 explicit UInt16Imm(uint16_t v) : IntergerImm(kUInt16), v_(v) { in UInt16Imm() function
231 MS_DECLARE_PARENT(UInt16Imm, IntergerImm) in MS_DECLARE_PARENT() argument