File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ optional arguments:
161
161
--tests TESTS tests to run
162
162
--backend BACKEND backend to use
163
163
--config yaml config file
164
- --verbose verbose output
164
+ --verbose verbose output, option is additive
165
165
--opset OPSET target opset to use
166
166
--perf csv-file capture performance numbers or tensorflow and onnx runtime
167
167
--debug dump generated graph with shape info
@@ -199,7 +199,7 @@ tf2onnx.tfonnx.process_tf_graph(tf_graph,
199
199
Args:
200
200
tf_graph: tensorflow graph
201
201
continue_on_error: if an op can't be processed (aka there is no mapping), continue
202
- verbose: print summary stats
202
+ verbose: print summary stats (deprecated)
203
203
target: list of workarounds applied to help certain platforms
204
204
opset: the opset to be used (int, default is latest)
205
205
custom_op_handlers: dictionary of custom ops handlers
You can’t perform that action at this time.
0 commit comments