aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime
diff options
context:
space:
mode:
authorGravatar Niranjan Hasabnis <niranjan.hasabnis@intel.com>2018-09-17 17:22:40 -0700
committerGravatar Niranjan Hasabnis <niranjan.hasabnis@intel.com>2018-09-17 17:22:40 -0700
commit6d9bb99ea7a697e465ef66dea821a86ca94f845d (patch)
treea816b3b9dbcb1e9f79ad6550017bf2ff63f9525b /tensorflow/core/common_runtime
parent74b9d6a48286f38807bbd204d9d55467e02387ca (diff)
Addressing review comments: indentation
Diffstat (limited to 'tensorflow/core/common_runtime')
-rw-r--r--tensorflow/core/common_runtime/mkl_cpu_allocator.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tensorflow/core/common_runtime/mkl_cpu_allocator.h b/tensorflow/core/common_runtime/mkl_cpu_allocator.h
index 593f855ea2..01e5af5f8c 100644
--- a/tensorflow/core/common_runtime/mkl_cpu_allocator.h
+++ b/tensorflow/core/common_runtime/mkl_cpu_allocator.h
@@ -277,9 +277,7 @@ class MklCPUAllocator : public VisitableAllocator {
// max_alloc_size from large_size_allocator would be the maximum
// size allocated by MklCPUAllocator.
stats->max_alloc_size = l_stats.max_alloc_size;
-
- stats->bytes_limit =
- std::max(s_stats.bytes_limit, l_stats.bytes_limit);
+ stats->bytes_limit = std::max(s_stats.bytes_limit, l_stats.bytes_limit);
}
void ClearStats() override {