summaryrefslogtreecommitdiff
path: root/compute/cker/include/cker/operation/Gather.h
diff options
context:
space:
mode:
Diffstat (limited to 'compute/cker/include/cker/operation/Gather.h')
-rw-r--r--compute/cker/include/cker/operation/Gather.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/compute/cker/include/cker/operation/Gather.h b/compute/cker/include/cker/operation/Gather.h
index 9cd96eeb7..65a71887e 100644
--- a/compute/cker/include/cker/operation/Gather.h
+++ b/compute/cker/include/cker/operation/Gather.h
@@ -27,11 +27,6 @@ namespace nnfw
namespace cker
{
-struct GatherParams
-{
- int32_t axis;
-};
-
template <typename T, typename CoordsT = int32_t>
inline void Gather(const GatherParams &op_params, const Shape &input_shape, const T *input_data,
const Shape &coords_shape, const CoordsT *coords_data, const Shape &,