ONE - On-device Neural Engine
Loading...
Searching...
No Matches
PALBinaryOpCommon.h File Reference
#include "Params.h"
#include "PALUtils.h"
#include "ProcessBroadcastShapes.h"

Go to the source code of this file.

Data Structures

struct  luci_interpreter_pal::FloorDivFn< T, >
 
struct  luci_interpreter_pal::FloorModFn< T, >
 
struct  luci_interpreter_pal::MaximumFn< T >
 
struct  luci_interpreter_pal::MinimumFn< T >
 

Namespaces

namespace  luci_interpreter_pal
 

Functions

template<typename T , typename Fn >
void luci_interpreter_pal::BinaryOp (const int flat_size, const T *input1_data, const T *input2_data, T *output_data)
 
template<typename T , typename Fn >
void luci_interpreter_pal::BroadcastBinaryOp4DSlow (const luci_interpreter::RuntimeShape &input1_shape, const float *input1_data, const luci_interpreter::RuntimeShape &input2_shape, const float *input2_data, const luci_interpreter::RuntimeShape &output_shape, float *output_data)