aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tpu
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-28 08:47:34 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-28 08:51:31 -0700
commit9ef0ec921cc6de670fd2fdba1be49e0eca2a1043 (patch)
treecc609621f9df866276ed5e5de8ae8c9455d4a9b3 /tensorflow/contrib/tpu
parentc7bb3c3d65e4e064d53630d4b524522eed6f3f44 (diff)
internal change only
PiperOrigin-RevId: 214941829
Diffstat (limited to 'tensorflow/contrib/tpu')
-rw-r--r--tensorflow/contrib/tpu/profiler/op_profile.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/tpu/profiler/op_profile.proto b/tensorflow/contrib/tpu/profiler/op_profile.proto
index b25d06dda8..292108f949 100644
--- a/tensorflow/contrib/tpu/profiler/op_profile.proto
+++ b/tensorflow/contrib/tpu/profiler/op_profile.proto
@@ -66,8 +66,8 @@ message Metrics {
// - it does not reveal the peak core FLOPS of the hardware
double flops = 2;
- // The VMEM bandwidth used to load operands from HBM, as a fraction of
- // thereotical VMEM bandwidth on the specific hardware.
+ // The memory bandwidth used to load operands, as a fraction of
+ // thereotical memory bandwidth on the specific hardware.
double memory_bandwidth = 3;
double raw_time = 11; // Elapsed core-time in picoseconds.