Home
last modified time | relevance | path

Searched refs:IntBitsToTypeId (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/core/ir/dtype/
Dnumber.cc32 Int::Int(const int nbits) : Number(IntBitsToTypeId(nbits), nbits, false) { in Int()
Dtype.h41 TypeId IntBitsToTypeId(const int nbits);
Dtype.cc85 TypeId IntBitsToTypeId(const int nbits) { in IntBitsToTypeId() function