MCPcopy Create free account
hub / github.com/Xilinx/CHaiDNN / PoolWrapper

Function PoolWrapper

design/wrapper/dnn_wrapper.cpp:146–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 );
145
146int PoolWrapper(
147 KER_GMEM_MAXPOOLTYPE *in1,KER_GMEM_MAXPOOLTYPE *in2,
148 KER_GMEM_MAXPOOLTYPE *out1,KER_GMEM_MAXPOOLTYPE *out2,
149 KER_GMEM_POOLTYPE_WTS *wts,
150 int *scalar_pool_args)
151{
152#if __SDSOC
153 #pragma SDS async(2)
154#endif
155 PoolTop(in1,in2,out1,out2, wts, scalar_pool_args);
156 return 0;
157}
158
159#endif//POOL kernel
160

Callers 1

PoolForwardFunction · 0.85

Calls 1

PoolTopFunction · 0.85

Tested by

no test coverage detected