commit | 6be46b21399955c1ad23d426d7d189abc9a7e8b4 | [log] [tgz] |
---|---|---|
author | XNNPACK Team <xnnpack-github-robot@google.com> | Thu Oct 22 23:34:54 2020 -0700 |
committer | XNNPACK Team <xnnpack-github-robot@google.com> | Thu Oct 22 23:35:30 2020 -0700 |
tree | 509fb3fa9f03c96348ce156209c032f38f8cb66d | |
parent | f703d4f6ad97039bc6fb38c9fd59df35d9f87df6 [diff] [blame] |
Add input increment parameter in IBILINEAR CHW microkernels PiperOrigin-RevId: 338620592
diff --git a/BUILD.bazel b/BUILD.bazel index cbb3def..304f122 100644 --- a/BUILD.bazel +++ b/BUILD.bazel
@@ -5044,7 +5044,7 @@ name = "f32_ibilinear_chw_test", srcs = [ "test/f32-ibilinear-chw.cc", - "test/ibilinear-chw-microkernel-tester.h", + "test/ibilinear-microkernel-tester.h", "src/xnnpack/AlignedAllocator.h", ] + MICROKERNEL_TEST_HDRS, deps = MICROKERNEL_TEST_DEPS,