|
25.11
|
#include <Broadcast.hpp>
Public Member Functions | |
| BroadcastLoop (const TensorShape &inShape0, const TensorShape &inShape1, const TensorShape &outShape) | |
| BroadcastLoop (const TensorShape &inShape, const TensorShape &outShape) | |
| unsigned int | GetNumDimensions () |
| template<typename Func, typename DecoderOp, typename EncoderOp> | |
| void | Unroll (Func operationFunc, unsigned int dimension, DecoderOp &inData0, DecoderOp &inData1, EncoderOp &outData) |
| template<typename Func, typename DecoderOp, typename EncoderOp> | |
| void | Unroll (Func operationFunc, unsigned int dimension, DecoderOp &inData, EncoderOp &outData) |
Definition at line 14 of file Broadcast.hpp.
| BroadcastLoop | ( | const TensorShape & | inShape0, |
| const TensorShape & | inShape1, | ||
| const TensorShape & | outShape ) |
Definition at line 11 of file Broadcast.cpp.
References GetNumDimensions().
| BroadcastLoop | ( | const TensorShape & | inShape, |
| const TensorShape & | outShape ) |
Definition at line 33 of file Broadcast.cpp.
References GetNumDimensions(), and TensorShape::GetNumDimensions().
|
inline |
Definition at line 20 of file Broadcast.hpp.
Referenced by BroadcastLoop(), BroadcastLoop(), Unroll(), and Unroll().
|
inline |
Definition at line 62 of file Broadcast.hpp.
References GetNumDimensions(), and Unroll().
|
inline |
Definition at line 26 of file Broadcast.hpp.
References GetNumDimensions(), and Unroll().
Referenced by ElementwiseBinaryFunction< Functor >::ElementwiseBinaryFunction(), ElementwiseUnaryFunction< Functor >::ElementwiseUnaryFunction(), LogicalBinaryFunction< Functor >::LogicalBinaryFunction(), LogicalUnaryFunction< Functor >::LogicalUnaryFunction(), armnn::PreluImpl(), Unroll(), and Unroll().