#include "PALUtils.h"
#include "ProcessBroadcastShapes.h"
#include <cmath>
Go to the source code of this file.
|
template<int N> |
void | luci_interpreter_pal::BroadcastImpl (const NdArrayDesc< N > &input_desc, const uint8_t *input_data, const NdArrayDesc< N > &output_desc, uint8_t *output_data, int indexes[N], int dim, const int last_broadcasting_dim, const uint32_t type_size) |
|
template<int N> |
void | luci_interpreter_pal::BroadcastTo (const luci_interpreter::RuntimeShape &unextended_input_shape, const uint8_t *input_data, const luci_interpreter::RuntimeShape &unextended_output_shape, uint8_t *output_data, luci_interpreter::DataType data_type) |
|