|
25.02
|
#include <ElementwiseFunction.hpp>
Public Types | |
| using | OutType = bool |
| using | InType = bool |
Public Member Functions | |
| LogicalBinaryFunction (const TensorShape &inShape0, const TensorShape &inShape1, const TensorShape &outShape, Decoder< InType > &inData0, Decoder< InType > &inData1, Encoder< OutType > &outData) | |
Definition at line 41 of file ElementwiseFunction.hpp.
| using InType = bool |
Definition at line 44 of file ElementwiseFunction.hpp.
| using OutType = bool |
Definition at line 43 of file ElementwiseFunction.hpp.
| LogicalBinaryFunction | ( | const TensorShape & | inShape0, |
| const TensorShape & | inShape1, | ||
| const TensorShape & | outShape, | ||
| Decoder< InType > & | inData0, | ||
| Decoder< InType > & | inData1, | ||
| Encoder< OutType > & | outData | ||
| ) |