Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dscalar.h254 UInt32Imm() : IntergerImm(kUInt32), v_(0) {} in UInt32Imm() function
255 explicit UInt32Imm(uint32_t v) : IntergerImm(kUInt32), v_(v) { in UInt32Imm() function
259 MS_DECLARE_PARENT(UInt32Imm, IntergerImm) in MS_DECLARE_PARENT() argument