Skip to content

Commit 5329386

Browse files
committed
Updated docs
1 parent 04fbafc commit 5329386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.ML.OnnxTransformer/OnnxTransform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,7 @@ public NamedOnnxValue GetNamedOnnxValue()
765765
/// | Does this estimator need to look at the data to train its parameters? | No |
766766
/// | Input column data type | Known-sized vector of <xref:System.Single> or <xref:System.Double> types |
767767
/// | Output column data type | As specified by the ONNX model |
768-
/// | Required NuGet in addition to Microsoft.ML | Microsoft.ML.OnnxTransformer (always), either Microsoft.ML.OnnxRuntime 1.5.2 (for CPU processing) or Microsoft.ML.OnnxRuntime.Gpu 1.5.2 (for GPU processing if GPU is available) |
768+
/// | Required NuGet in addition to Microsoft.ML | Microsoft.ML.OnnxTransformer (always), either Microsoft.ML.OnnxRuntime 1.6.0 (for CPU processing) or Microsoft.ML.OnnxRuntime.Gpu 1.6.0 (for GPU processing if GPU is available) |
769769
/// | Exportable to ONNX | No |
770770
///
771771
/// To create this estimator use the following APIs:

0 commit comments

Comments
 (0)