Skip to content

Commit f9904d9

Browse files
authored
Update documentation for "platform" (#89)
1 parent 2857d2b commit f9904d9

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

protobuf/model_config.proto

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1799,10 +1799,9 @@ message ModelConfig
17991799

18001800
//@@ .. cpp:var:: string platform
18011801
//@@
1802-
//@@ The framework for the model. Possible values are
1803-
//@@ "tensorrt_plan", "tensorflow_graphdef",
1804-
//@@ "tensorflow_savedmodel", "onnxruntime_onnx",
1805-
//@@ "pytorch_libtorch".
1802+
//@@ Additional backend-specific configuration for the model.
1803+
//@@ Please refer to the backend documentation on whether this field
1804+
//@@ should be specified.
18061805
//@@
18071806
string platform = 2;
18081807

0 commit comments

Comments
 (0)