Elementwise ops with non-uniform element types for args/results (#105)
* Implemented binops/unops with different return type from args * Implemented generic bases class for comparison and arith ops, changed current comparison ops to subclass it * Added a TraitedType for booleans * Moved arith and comparison ops to separate header files from `op.h`
Showing
src/ngraph/ops/abs.hpp
0 → 100644
src/ngraph/ops/equal.hpp
0 → 100644
src/ngraph/ops/exp.hpp
0 → 100644
src/ngraph/ops/greater.hpp
0 → 100644
src/ngraph/ops/less.hpp
0 → 100644
src/ngraph/ops/log.hpp
0 → 100644
src/ngraph/ops/maximum.hpp
0 → 100644
src/ngraph/ops/minimum.hpp
0 → 100644
src/ngraph/ops/negative.hpp
0 → 100644
src/ngraph/ops/power.hpp
0 → 100644
src/ngraph/ops/remainder.hpp
0 → 100644
Please
register
or
sign in
to comment