aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/kernels/BUILD
diff options
context:
space:
mode:
authorGravatar Yu-Cheng Ling <ycling@google.com>2018-07-20 16:23:51 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-20 16:28:54 -0700
commita4bab4517eddef07236529c0141e85bcae06ad74 (patch)
tree4ac8bf545068adbe6007ee2dd35273df58cb5cd3 /tensorflow/contrib/lite/kernels/BUILD
parent41781bad97698c29cd74203cef465d2adb2f04e8 (diff)
Align TFLite tensors to 64 bytes for EIGEN_DONT_ALIGN
PiperOrigin-RevId: 205471025
Diffstat (limited to 'tensorflow/contrib/lite/kernels/BUILD')
-rw-r--r--tensorflow/contrib/lite/kernels/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/kernels/BUILD b/tensorflow/contrib/lite/kernels/BUILD
index ad30624f40..9549b4445d 100644
--- a/tensorflow/contrib/lite/kernels/BUILD
+++ b/tensorflow/contrib/lite/kernels/BUILD
@@ -58,6 +58,7 @@ cc_library(
}),
deps = [
":op_macros",
+ "//tensorflow/contrib/lite:arena_planner",
"//tensorflow/contrib/lite:context",
"//tensorflow/contrib/lite/kernels/internal:optimized",
],