Remove unused field

This commit is contained in:
Guillaume Lagrange 2024-09-24 15:55:52 -04:00
parent 15f9d2642f
commit f6b538fc84
1 changed files with 0 additions and 1 deletions

View File

@ -850,7 +850,6 @@ pub struct QuantizeOperationDescription {
#[allow(missing_docs)]
pub struct DequantizeOperationDescription {
pub qtensor: QuantizedTensorDescription,
// pub scheme: QuantizationScheme,
pub out: TensorDescription,
}