Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/dtype/
Dnumber.cc46 Float::Float(const int nbits) : Number(FloatBitsToTypeId(nbits), nbits, false) { in Float()
Dtype.h43 TypeId FloatBitsToTypeId(const int nbits);
Dtype.cc115 TypeId FloatBitsToTypeId(const int nbits) { in FloatBitsToTypeId() function