24.08
|
#include <ElementwiseFunction.hpp>
Public Types | |
using | OutType = typename Functor::result_type |
using | InType = typename Functor::argument_type |
Public Member Functions | |
ElementwiseUnaryFunction (const TensorShape &inShape, const TensorShape &outShape, Decoder< InType > &inData, Encoder< OutType > &outData) | |
Definition at line 29 of file ElementwiseFunction.hpp.
using InType = typename Functor::argument_type |
Definition at line 32 of file ElementwiseFunction.hpp.
using OutType = typename Functor::result_type |
Definition at line 31 of file ElementwiseFunction.hpp.
ElementwiseUnaryFunction | ( | const TensorShape & | inShape, |
const TensorShape & | outShape, | ||
Decoder< InType > & | inData, | ||
Encoder< OutType > & | outData | ||
) |
Definition at line 36 of file ElementwiseFunction.cpp.
References BroadcastLoop::Unroll().