Is your feature request related to a problem? Please describe.
We should use tf.sysconfig.get_build_info() if available in TensorFlow related performance indicators. The output should be propagated to the performance indicator output.
Describe the solution you'd like
Aggregate info from tf.sysconfig.get_build_info().
Is your feature request related to a problem? Please describe.
We should use
tf.sysconfig.get_build_info()
if available in TensorFlow related performance indicators. The output should be propagated to the performance indicator output.Describe the solution you'd like
Aggregate info from
tf.sysconfig.get_build_info()
.