|
ONE - On-device Neural Engine
|
#include "cker/Types.h"#include "cker/Shape.h"#include "cker/Utils.h"#include "cker/eigen/EigenSupport.h"#include "cker/operation/Helper/Tensor.h"#include "cker/operation/Helper/BCast.h"#include <vector>Go to the source code of this file.
Data Structures | |
| struct | nnfw::cker::functor::FillFunctor< Device, T > |
| struct | nnfw::cker::functor::FillFunctor< Eigen::ThreadPoolDevice, T > |
| struct | nnfw::cker::functor::BroadcastTo< Device, T > |
Namespaces | |
| namespace | nnfw |
| namespace | nnfw::cker |
| namespace | nnfw::cker::functor |
Macros | |
| #define | UNUSED(x) (void)(x) |
Functions | |
| template<typename T > | |
| void | nnfw::cker::BroadcastTo (const Shape &input_shape, T *input_data, const Shape &output_shape, T *output_data) |
| #define UNUSED | ( | x | ) | (void)(x) |
Definition at line 32 of file BroadcastTo.h.