tf.contrib.memory_stats.MaxBytesInUse
时间: 2024-05-20 07:16:07 浏览: 133
内存使用情况
As an AI language model, I do not have access to the latest TensorFlow version. However, based on my understanding, `tf.contrib.memory_stats.MaxBytesInUse` is a TensorFlow function used for tracking the maximum number of bytes used in the current session. It is a part of the `tf.contrib.memory_stats` module which provides statistics related to memory usage in TensorFlow. The function returns a scalar tensor representing the maximum number of bytes used by tensors in the current session. This can be useful for monitoring memory usage and optimizing the performance of TensorFlow applications.
阅读全文