24.08
|
#include <ElementwiseFunction.hpp>
Public Types | |
using | OutType = bool |
using | InType = bool |
Public Member Functions | |
LogicalUnaryFunction (const TensorShape &inShape, const TensorShape &outShape, Decoder< InType > &inData, Encoder< OutType > &outData) | |
Definition at line 55 of file ElementwiseFunction.hpp.
using InType = bool |
Definition at line 58 of file ElementwiseFunction.hpp.
using OutType = bool |
Definition at line 57 of file ElementwiseFunction.hpp.
LogicalUnaryFunction | ( | const TensorShape & | inShape, |
const TensorShape & | outShape, | ||
Decoder< InType > & | inData, | ||
Encoder< OutType > & | outData | ||
) |
Definition at line 56 of file ElementwiseFunction.cpp.
References BroadcastLoop::Unroll().