You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Microsoft.ML.OnnxTransformer/OnnxTransform.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -765,7 +765,7 @@ public NamedOnnxValue GetNamedOnnxValue()
765
765
/// | Does this estimator need to look at the data to train its parameters? | No |
766
766
/// | Input column data type | Known-sized vector of <xref:System.Single> or <xref:System.Double> types |
767
767
/// | 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) |
769
769
/// | Exportable to ONNX | No |
770
770
///
771
771
/// To create this estimator use the following APIs:
0 commit comments