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
:param invalid_buffer: Number of pixels that should be buffered around invalid areas. (int).
43
44
:param intra_op_num_threads: Sets the number of threads used to parallelize the execution within nodes. Default is 0 to let onnxruntime choose. (int).
44
45
:param inter_op_num_threads: Sets the number of threads used to parallelize the execution of the graph (across nodes). Default is 0 to let onnxruntime choose. (int).
46
+
:param providers: onnxruntime session providers. Default is None to let onnxruntime choose. (list).
0 commit comments