ONE - On-device Neural Engine
|
#include <PALreference_ops.h>
Data Fields | |
int | n_slices |
int | slice_size |
int | indices_nd |
std::vector< int > | dims_to_count |
Definition at line 946 of file PALreference_ops.h.
std::vector< int > tflite::reference_ops::GatherNdHelperResult::dims_to_count |
Definition at line 951 of file PALreference_ops.h.
Referenced by tflite::reference_ops::GatherNd(), tflite::reference_ops::GatherNdHelper(), and tflite::reference_ops::GatherNdString().
int tflite::reference_ops::GatherNdHelperResult::indices_nd |
Definition at line 950 of file PALreference_ops.h.
Referenced by tflite::reference_ops::GatherNd(), tflite::reference_ops::GatherNdHelper(), and tflite::reference_ops::GatherNdString().
int tflite::reference_ops::GatherNdHelperResult::n_slices |
Definition at line 948 of file PALreference_ops.h.
Referenced by tflite::reference_ops::GatherNd(), tflite::reference_ops::GatherNdHelper(), and tflite::reference_ops::GatherNdString().
int tflite::reference_ops::GatherNdHelperResult::slice_size |
Definition at line 949 of file PALreference_ops.h.
Referenced by tflite::reference_ops::GatherNd(), tflite::reference_ops::GatherNdHelper(), and tflite::reference_ops::GatherNdString().