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