Respects multiple threads in eager function execution.
Closes #19945. To use multiple threads, pass the desired thread number to the ConfigProto when calling tf.enable_eager_execution. The default is still to use no threads as this is faster for many models. PiperOrigin-RevId: 204810971
Loading
Please sign in to comment