1 2 3 4 5 6 7 8
struct LinearParam { bool transposeA = false; bool transposeB = true; bool hasBias = true; aclDataType outDataType = ACL_DT_UNDEFINED; bool enAccum = false; uint8_t rsv[23] = {0}; };