aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantization
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-09-22 11:16:12 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-09-22 12:31:45 -0700
commit194bce2768fb175cfd905174fe87455f63142b5b (patch)
tree8e4e3147fe10e00577958e772ab802d76744374a /tensorflow/contrib/quantization
parentbeec2bad117737d571a63d93be4b6085ef006a83 (diff)
Fix cpu utils for android armv7a
Change: 133983864
Diffstat (limited to 'tensorflow/contrib/quantization')
-rw-r--r--tensorflow/contrib/quantization/kernels/hexagon/quantized_matmul_op_for_hexagon_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/quantization/kernels/hexagon/quantized_matmul_op_for_hexagon_test.cc b/tensorflow/contrib/quantization/kernels/hexagon/quantized_matmul_op_for_hexagon_test.cc
index 36bd77ecfe..3d139fbe0a 100644
--- a/tensorflow/contrib/quantization/kernels/hexagon/quantized_matmul_op_for_hexagon_test.cc
+++ b/tensorflow/contrib/quantization/kernels/hexagon/quantized_matmul_op_for_hexagon_test.cc
@@ -46,7 +46,7 @@ class QuantizedMatMulOpForHexagonTest : public OpsTestBase {
<< ", hexagon binary version = "
<< hexagon_gemm_wrapper_GetHexagonBinaryVersion() << ")";
LOG(INFO) << "Cpu frequency = "
- << profile_utils::CpuUtils::GetCpuFrequency();
+ << profile_utils::CpuUtils::GetCycleCounterFrequency();
#else
LOG(WARNING) << "Hexagon libs are not linked.";
#endif