aclComputeType
1 2 3 4 5 | typedef enum aclComputeType { ACL_COMPUTE_HIGH_PRECISION, ACL_COMPUTE_LOW_PRECISION //Not supported currently }aclComputeType; |
Parent topic: Data Types and Operation APIs
1 2 3 4 5 | typedef enum aclComputeType { ACL_COMPUTE_HIGH_PRECISION, ACL_COMPUTE_LOW_PRECISION //Not supported currently }aclComputeType; |