设置Bias是否参与运算。
int32_t SetBias(bool isBias = false);
参数名
输入/输出
描述
isBias
输入
设置是否有Bias参与运算
-1表示设置失败; 0表示设置成功。
无