This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a description of our supported platforms. (#26)
doc: update compatibility and operators supported
- Loading branch information
Showing
3 changed files
with
101 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
The following table lists the [ai.onnx.ml](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md) operators supported by each of the available backends. | ||
|
||
See [Compatibility](../README.md#Compatibility) for a list of the supported platforms. | ||
|
||
| Operator | Cpu Backend | Wasm Backend | WebGl Backend | | ||
|:------------------------------------------------------------------------------------------------------:|:-----------:|:------------:|:-------------:| | ||
| [ArrayFeatureExtractor](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#ai.onnx.ml.ArrayFeatureExtractor) | | | | | ||
| [Binarizer](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#ai.onnx.ml.Binarizer) | | | | | ||
| [CastMap](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlcastmap) | | | | | ||
| [CategoryMapper](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlcategorymapper) | | | | | ||
| [DictVectorizer](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmldictvectorizer) | | | | | ||
| [FeatureVectorizer](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlfeaturevectorizer) | | | | | ||
| [Imputer](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlimputer) | | | | | ||
| [LabelEncoder](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmllabelencoder) | | | | | ||
| [LinearClassifier](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmllinearclassifier) | | | | | ||
| [LinearRegressor](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmllinearregressor) | | | | | ||
| [Normalizer](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlnormalizer) | | | | | ||
| [OneHotEncoder](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlonehotencoder) | | | | | ||
| [SVMClassifier](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlsvmclassifier) | | | | | ||
| [SVMRegressor](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlsvmregressor) | | | | | ||
| [Scaler](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlscaler) | | | | | ||
| [TreeEnsembleClassifier](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmltreeensembleclassifier) | | | | | ||
| [TreeEnsembleRegressor](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmltreeensembleregressor) | | | | | ||
| [ZipMap](https://github.com/onnx/onnx/blob/master/docs/Operators-ml.md#aionnxmlzipmap) | | | | |
Oops, something went wrong.