MLIR
20.0.0git
|
Type trait used to check if the given type T is a potentially valid C++ floating point type that can be used to access the underlying element types of a DenseElementsAttr. More...
#include "mlir/IR/BuiltinAttributes.h"
Static Public Attributes | |
static constexpr bool | value |
The type is a valid floating point type if it is a builtin floating point type, or is a potentially user defined floating point type. More... | |
Type trait used to check if the given type T is a potentially valid C++ floating point type that can be used to access the underlying element types of a DenseElementsAttr.
Definition at line 95 of file BuiltinAttributes.h.
|
staticconstexpr |
The type is a valid floating point type if it is a builtin floating point type, or is a potentially user defined floating point type.
The latter allows for supporting users that have custom types defined for bfloat16/half/etc.
Definition at line 100 of file BuiltinAttributes.h.