|
ONE - On-device Neural Engine
|
Go to the source code of this file.
Data Structures | |
| struct | nnfw::cker::bias_op::functor::internal::MaybeWith32BitIndexingImpl< Device > |
| struct | nnfw::cker::bias_op::functor::Bias< Device, T > |
Namespaces | |
| namespace | nnfw |
| namespace | nnfw::cker |
| namespace | nnfw::cker::bias_op |
| namespace | nnfw::cker::bias_op::functor |
| namespace | nnfw::cker::bias_op::functor::internal |
Macros | |
| #define | EIGEN_USE_THREADS |
Typedefs | |
| using | nnfw::cker::bias_op::Device = Eigen::ThreadPoolDevice |
Functions | |
| template<typename Device , typename Func , typename... Args> | |
| void | nnfw::cker::bias_op::functor::MaybeWith32BitIndexing (Func func, Args &&...args) |
| template<typename T > | |
| void | nnfw::cker::bias_op::biasHelper (const Shape &bias_shape, const T *bias_data, const Shape &input_shape, T *input_data, T activation_min, T activation_max) |