aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/BUILD
diff options
context:
space:
mode:
authorGravatar Suharsh Sivakumar <suharshs@google.com>2018-08-30 18:49:12 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-30 18:53:54 -0700
commit25be987034e268f682abefad6bd86458a981e567 (patch)
treea57df0b9e6c23c59306b1ef12aace496b0dcfa33 /tensorflow/core/BUILD
parent33f1110dfdfc33660d33b586e3037e3d1acd3745 (diff)
Call new tflite buffer quantize weights transformation tool from TOCO.
PiperOrigin-RevId: 211020126
Diffstat (limited to 'tensorflow/core/BUILD')
-rw-r--r--tensorflow/core/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/BUILD b/tensorflow/core/BUILD
index 9b7a5018b2..84b11024fd 100644
--- a/tensorflow/core/BUILD
+++ b/tensorflow/core/BUILD
@@ -2231,7 +2231,7 @@ cc_library(
"platform/macros.h",
"platform/platform.h",
"platform/types.h",
- ],
+ ] + if_windows(["platform/windows/integral_types.h"]),
copts = tf_copts(),
linkopts = ["-ldl"],
deps = [