tf.config.threading.get_inter_op_parallelism_threads

View source on GitHub

Get number of threads used for parallelism between independent operations.

tf.config.threading.get_inter_op_parallelism_threads()

Determines the number of threads used by independent non-blocking operations. 0 means the system picks an appropriate number.

Returns:

Number of parallel threads