ONE - On-device Neural Engine
|
#include "cker/Shape.h"
Go to the source code of this file.
Namespaces | |
namespace | nnfw |
namespace | nnfw::cker |
Functions | |
template<typename T , typename M > | |
void | nnfw::cker::CopyMultipleTimes (const T *in_data, int32_t in_size, M multiplier, T *out_data) |
template<typename T , typename M > | |
std::pair< int, int > | nnfw::cker::TileOneDimension (const Shape &in_dimensions, const T *in_data, const M *multipliers, T *out_data, int dimension) |