aboutsummaryrefslogtreecommitdiff
path: root/src/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'src/BUILD.bazel')
-rw-r--r--src/BUILD.bazel3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/BUILD.bazel b/src/BUILD.bazel
index 48973dfe0c..a22632e1f5 100644
--- a/src/BUILD.bazel
+++ b/src/BUILD.bazel
@@ -745,8 +745,11 @@ filegroup(
"cpu/kernels/depthwiseconv2d/generic/neon/qasymm8.cpp",
"cpu/kernels/depthwiseconv2d/generic/neon/qasymm8_signed.cpp",
"cpu/kernels/directconv2d/nchw/all.cpp",
+ "cpu/kernels/directconv2d/nchw/fp16.cpp",
+ "cpu/kernels/directconv2d/nhwc/neon/fp16.cpp",
"cpu/kernels/directconv2d/nhwc/neon/fp32.cpp",
"cpu/kernels/directconv2d/nhwc/neon/impl.cpp",
+ "cpu/kernels/directconv2d/nhwc/neon/qasymm8.cpp",
"cpu/kernels/elementwise_binary/generic/neon/fp16.cpp",
"cpu/kernels/elementwise_binary/generic/neon/fp32.cpp",
"cpu/kernels/elementwise_binary/generic/neon/integer.cpp",