Some more reduction ops (forward prop) (#510)
* Add product op * Add Max (max reduce) and Min (min reduce) ops * Refactor arithmetic reduction ops to a common base class * Fix PREFER_EIGEN codepaths in cpu_emitter
Showing
src/ngraph/ops/max.hpp
0 → 100644
src/ngraph/ops/min.hpp
0 → 100644
src/ngraph/ops/product.hpp
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment