ONE - On-device Neural Engine
|
#include <array>
#include <vector>
#include <algorithm>
#include <cassert>
#include <iostream>
Go to the source code of this file.
Functions | |
void | gather_no_array (const float *in_data, const std::array< size_t, 3 > &dims, float *out_data, const std::array< size_t, 3 > &out_dims, const int *indices, const std::array< size_t, 3 > &indices_dims) |
int | main () |
void gather_no_array | ( | const float * | in_data, |
const std::array< size_t, 3 > & | dims, | ||
float * | out_data, | ||
const std::array< size_t, 3 > & | out_dims, | ||
const int * | indices, | ||
const std::array< size_t, 3 > & | indices_dims | ||
) |
Definition at line 23 of file example_no_array.cpp.
Referenced by main().
int main | ( | void | ) |
Definition at line 51 of file example_no_array.cpp.
References gather_no_array().