Searched refs:unpool (Results 1 – 8 of 8) sorted by relevance
/external/XNNPACK/test/ |
D | unpool-microkernel-tester.h | 78 void Test(xnn_x32_unpool_ukernel_function unpool) const { in Test() argument 107 unpool(p(), c(), f(), x.data(), i.data(), indirect_y.data()); in Test()
|
/external/XNNPACK/src/ |
D | unpooling-nhwc.c | 214 .ukernel = xnn_params.x32.unpool, in xnn_setup_unpooling2d_nhwc_x32()
|
D | init.c | 303 xnn_params.x32.unpool = (xnn_unpool_ukernel_function) xnn_x32_unpool_ukernel__psimd; in init() 653 xnn_params.x32.unpool = (xnn_unpool_ukernel_function) xnn_x32_unpool_ukernel__psimd; in init() 1061 xnn_params.x32.unpool = (xnn_unpool_ukernel_function) xnn_x32_unpool_ukernel__psimd; in init() 1271 xnn_params.x32.unpool = (xnn_unpool_ukernel_function) xnn_x32_unpool_ukernel__psimd; in init() 1531 xnn_params.x32.unpool = (xnn_unpool_ukernel_function) xnn_x32_unpool_ukernel__scalar; in init()
|
/external/XNNPACK/ |
D | CMakeLists.txt | 327 src/x32-unpool/scalar.c 430 src/x32-unpool/psimd.c 2299 ADD_EXECUTABLE(x32-unpool-test test/x32-unpool.cc) 2300 SET_TARGET_PROPERTIES(x32-unpool-test PROPERTIES 2304 TARGET_INCLUDE_DIRECTORIES(x32-unpool-test PRIVATE src test) 2305 TARGET_LINK_LIBRARIES(x32-unpool-test PRIVATE XNNPACK cpuinfo fp16 gtest gtest_main) 2306 ADD_TEST(x32-unpool-test x32-unpool-test)
|
D | BUILD.bazel | 235 "src/x32-unpool/scalar.c", 423 "src/x32-unpool/psimd.c", 1465 "src/xnnpack/unpool.h", 2859 "test/x32-unpool.cc", 2860 "test/unpool-microkernel-tester.h",
|
D | Android.bp | 198 "src/x32-unpool/scalar.c", 302 "src/x32-unpool/psimd.c",
|
/external/XNNPACK/src/xnnpack/ |
D | params.h | 1405 xnn_unpool_ukernel_function unpool; member
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.td | 1501 Performs max unpool operation.
|