|
25.02
|
#include <ElementwiseFunction.hpp>
Public Types | |
| using | OutType = typename Functor::result_type |
| using | InType = typename Functor::first_argument_type |
Public Member Functions | |
| ElementwiseBinaryFunction (const TensorShape &inShape0, const TensorShape &inShape1, const TensorShape &outShape, Decoder< InType > &inData0, Decoder< InType > &inData1, Encoder< OutType > &outData) | |
Definition at line 15 of file ElementwiseFunction.hpp.
| using InType = typename Functor::first_argument_type |
Definition at line 18 of file ElementwiseFunction.hpp.
| using OutType = typename Functor::result_type |
Definition at line 17 of file ElementwiseFunction.hpp.
| ElementwiseBinaryFunction | ( | const TensorShape & | inShape0, |
| const TensorShape & | inShape1, | ||
| const TensorShape & | outShape, | ||
| Decoder< InType > & | inData0, | ||
| Decoder< InType > & | inData1, | ||
| Encoder< OutType > & | outData | ||
| ) |