OnnxCatalog Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class OnnxCatalog
type OnnxCatalog = class
Public Module OnnxCatalog
- Inheritance
-
OnnxCatalog
Methods
ApplyOnnxModel(TransformsCatalog, OnnxOptions) |
Create a OnnxScoringEstimator using the specified OnnxOptions. Please refer to OnnxScoringEstimator to learn more about the necessary dependencies, and how to run it on a GPU. |
ApplyOnnxModel(TransformsCatalog, String, IDictionary<String,Int32[]>, Nullable<Int32>, Boolean) |
Create a OnnxScoringEstimator, which applies a pre-trained Onnx model to the input column. Input/output columns are determined based on the input/output columns of the provided ONNX model. Please refer to OnnxScoringEstimator to learn more about the necessary dependencies, and how to run it on a GPU. |
ApplyOnnxModel(TransformsCatalog, String, Nullable<Int32>, Boolean) |
Create a OnnxScoringEstimator, which applies a pre-trained Onnx model to the input column. Input/output columns are determined based on the input/output columns of the provided ONNX model. Please refer to OnnxScoringEstimator to learn more about the necessary dependencies, and how to run it on a GPU. |
ApplyOnnxModel(TransformsCatalog, String, String, String, IDictionary<String,Int32[]>, Nullable<Int32>, Boolean) |
Create a OnnxScoringEstimator, which applies a pre-trained Onnx model to the |
ApplyOnnxModel(TransformsCatalog, String, String, String, Nullable<Int32>, Boolean) |
Create a OnnxScoringEstimator, which applies a pre-trained Onnx model to the |
ApplyOnnxModel(TransformsCatalog, String[], String[], String, IDictionary<String,Int32[]>, Nullable<Int32>, Boolean, Int32) |
Create a OnnxScoringEstimator, which applies a pre-trained Onnx model to the |
ApplyOnnxModel(TransformsCatalog, String[], String[], String, IDictionary<String,Int32[]>, Nullable<Int32>, Boolean) |
Create a OnnxScoringEstimator, which applies a pre-trained Onnx model to the |
ApplyOnnxModel(TransformsCatalog, String[], String[], String, Nullable<Int32>, Boolean) |
Create a OnnxScoringEstimator, which applies a pre-trained Onnx model to the |
DnnFeaturizeImage(TransformsCatalog, String, Func<DnnImageFeaturizerInput,EstimatorChain<ColumnCopyingTransformer>>, String) |
Create DnnImageFeaturizerEstimator, which applies one of the pre-trained DNN models in DnnImageModelSelector to featurize an image. |