ONE - On-device Neural Engine
Loading...
Searching...
No Matches
bias_op.h File Reference
#include "unsupported/Eigen/CXX11/Tensor"
#include "cker/operation/Helper/Tensor.h"

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)
 

Macro Definition Documentation

◆ EIGEN_USE_THREADS

#define EIGEN_USE_THREADS

Definition at line 22 of file bias_op.h.