aclCannAttr
typedef enum {
ACL_CANN_ATTR_UNDEFINED = -1, // Unknown feature
ACL_CANN_ATTR_INF_NAN = 0, // Overflow detection in Inf/NaN mode
ACL_CANN_ATTR_BF16 = 1, // bf16 data type
ACL_CANN_ATTR_JIT_COMPILE = 2 // Binary feature of the operator
} aclCannAttr;
Parent topic: Data Types and Operation APIs