ONE - On-device Neural Engine
|
#include "tensorflow/lite/kernels/internal/common.h"
#include "tensorflow/lite/kernels/internal/types.h"
Go to the source code of this file.
Namespaces | |
namespace | luci_interpreter |
namespace | luci_interpreter::kernels |
Functions | |
template<typename T , typename Op , int N = 5> | |
void | luci_interpreter::kernels::BinaryOpBroadcastSlow (const tflite::RuntimeShape &unextended_input1_shape, const T *input1_data, const tflite::RuntimeShape &unextended_input2_shape, const T *input2_data, const tflite::RuntimeShape &unextended_output_shape, T *output_data, Op op) |