open3d.utility.get_max_threads#
- open3d.utility.get_max_threads() int#
Return the maximum number of CPU threads Open3D may currently use.
This reflects any limit set by
set_max_threads(), otherwise the automatically detected hardware concurrency.
Return the maximum number of CPU threads Open3D may currently use.
This reflects any limit set by set_max_threads(), otherwise the
automatically detected hardware concurrency.