Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/dtype/
Dnumber.cc39 UInt::UInt(const int nbits) : Number(UIntBitsToTypeId(nbits), nbits, false) { in UInt()
Dtype.h42 TypeId UIntBitsToTypeId(const int nbits);
Dtype.cc100 TypeId UIntBitsToTypeId(const int nbits) { in UIntBitsToTypeId() function