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: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,13 @@ Only valid with parameter `--saved_model`. When set, creates a zip file containi
200
200
201
201
Saves the frozen tensorflow graph to file.
202
202
203
+
#### --custom-ops
204
+
205
+
If a model contains ops not recognized by onnx runtime, you can tag these ops with a custom op domain so that the
206
+
runtime can still open the model. The format is a comma-separated map of tf op names to domains in the format
207
+
OpName:domain. If only an op name is provided (no colon), the default domain of `ai.onnx.converters.tensorflow`
208
+
will be used.
209
+
203
210
#### --target
204
211
205
212
Some models require special handling to run on some runtimes. In particular, the model may use unsupported data types. Workarounds are activated with ```--target TARGET```. Currently supported values are listed on this [wiki](https://github.com/onnx/tensorflow-onnx/wiki/target). If your model will be run on Windows ML, you should specify the appropriate target value.
0 commit comments