We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2857d2b commit f9904d9Copy full SHA for f9904d9
protobuf/model_config.proto
@@ -1799,10 +1799,9 @@ message ModelConfig
1799
1800
//@@ .. cpp:var:: string platform
1801
//@@
1802
- //@@ The framework for the model. Possible values are
1803
- //@@ "tensorrt_plan", "tensorflow_graphdef",
1804
- //@@ "tensorflow_savedmodel", "onnxruntime_onnx",
1805
- //@@ "pytorch_libtorch".
+ //@@ Additional backend-specific configuration for the model.
+ //@@ Please refer to the backend documentation on whether this field
+ //@@ should be specified.
1806
1807
string platform = 2;
1808
0 commit comments