|
ONE - On-device Neural Engine
|
#include "cker/Shape.h"Go to the source code of this file.
Namespaces | |
| namespace | nnfw |
| namespace | nnfw::cker |
Macros | |
| #define | UNUSED(x) ((void)(x)) |
Functions | |
| void | nnfw::cker::GetIndexRange (int spatial_index_dim, int block_shape_dim, int input_dim, int output_dim, int *start_index, int *end_index) |
| template<typename T > | |
| void | nnfw::cker::BatchToSpaceND (const Shape &unextended_input1_shape, const T *input1_data, const int32_t *block_shape_data, const int32_t *crops_data, const Shape &unextended_output_shape, T *output_data) |
| #define UNUSED | ( | x | ) | ((void)(x)) |
Definition at line 23 of file BatchToSpaceND.h.