ONE - On-device Neural Engine
|
#include <BroadcastTo.h>
Public Member Functions | |
template<int NDIMS> | |
void | DoBCast32Bit (const Device &device, typename TTypes< T, NDIMS >::Tensor out, typename TTypes< T, NDIMS >::ConstTensor in, const typename Eigen::array< int, NDIMS > &bcast) const |
template<int NDIMS> | |
void | DoBCast (const Device &device, typename TTypes< T, NDIMS >::Tensor out, typename TTypes< T, NDIMS >::ConstTensor in, const typename Eigen::array< Eigen::DenseIndex, NDIMS > &bcast) const |
template<int NDIMS> | |
void | ReshapeAndBCast (const Device &device, Tensor &output_tensor, const Tensor &input_tensor, const BCast &bcast) const |
void | operator() (const Device &device, Tensor &output_tensor, const Shape &output_shape, const Tensor &input_tensor, const Shape &input_shape, const BCast &bcast) const |
Definition at line 58 of file BroadcastTo.h.
|
inline |
Definition at line 69 of file BroadcastTo.h.
|
inline |
Definition at line 61 of file BroadcastTo.h.
References nnfw::cker::To32Bit().
|
inline |
Definition at line 100 of file BroadcastTo.h.
References output_shape, UNUSED, and nnfw::cker::BCast::y_reshape().
|
inline |
Definition at line 77 of file BroadcastTo.h.
References nnfw::cker::Shape::FlatSize(), nnfw::cker::BCast::result_shape(), nnfw::cker::Tensor::shape, nnfw::cker::BCast::x_bcast(), and nnfw::cker::BCast::x_reshape().