ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Elementwise.h File Reference
#include "cker/eigen/Utils.h"
#include "cker/Shape.h"
#include "cker/Types.h"
#include <Eigen/Core>

Go to the source code of this file.

Namespaces

namespace  nnfw
 
namespace  nnfw::cker
 

Functions

void nnfw::cker::Sin (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)
 
void nnfw::cker::Cos (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)
 
void nnfw::cker::Abs (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)
 
void nnfw::cker::Rsqrt (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)
 
template<typename T >
void nnfw::cker::Neg (const Shape &input_shape, const T *input_data, const Shape &output_shape, T *output_data)
 
void nnfw::cker::Log (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)
 
void nnfw::cker::Floor (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)
 
void nnfw::cker::Sqrt (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)
 
void nnfw::cker::Square (const Shape &input_shape, const float *input_data, const Shape &output_shape, float *output_data)