Three changes to pooling (#437)
1. AvgPoolBackprop type checking 2. Padding for max-pool op and kernel 3. Max pool backprop kernel, and integrating everything with CPU backend/serializer 3a. Add optional backpointer from the max pool backprop op to the forward prop op
Showing
This diff is collapsed.
src/ngraph/runtime/cpu/cpu_emitter.cpp
100755 → 100644
src/ngraph/runtime/kernel/avg_pool.hpp
100755 → 100644
src/ngraph/serializer.cpp
100755 → 100644
Please
register
or
sign in
to comment