summaryrefslogtreecommitdiff
path: root/runtimes/pure_arm_compute/src/internal/op/Gather.h
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2020-03-05 15:10:09 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2020-03-05 15:22:53 +0900
commitd91a039e0eda6fd70dcd22672b8ce1817c1ca50e (patch)
tree62668ec548cf31fadbbf4e99522999ad13434a25 /runtimes/pure_arm_compute/src/internal/op/Gather.h
parentbd11b24234d7d43dfe05a81c520aa01ffad06e42 (diff)
downloadnnfw-d91a039e0eda6fd70dcd22672b8ce1817c1ca50e.tar.gz
nnfw-d91a039e0eda6fd70dcd22672b8ce1817c1ca50e.tar.bz2
nnfw-d91a039e0eda6fd70dcd22672b8ce1817c1ca50e.zip
catch up to tizen_5.5 and remove unness dir
- update to tizen_5.5 - remove dirs
Diffstat (limited to 'runtimes/pure_arm_compute/src/internal/op/Gather.h')
-rw-r--r--runtimes/pure_arm_compute/src/internal/op/Gather.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtimes/pure_arm_compute/src/internal/op/Gather.h b/runtimes/pure_arm_compute/src/internal/op/Gather.h
index 4470236eb..d40794f99 100644
--- a/runtimes/pure_arm_compute/src/internal/op/Gather.h
+++ b/runtimes/pure_arm_compute/src/internal/op/Gather.h
@@ -43,9 +43,9 @@ struct Param
{
int32_t ofm_index; //!< index for output feature map
- int32_t lhs_index; //!< index for lhs tensor
- int32_t rhs_index; //!< index for rhs tensor
- int32_t axis_index; //!< index for axis
+ int32_t ifm_index; //!< index for ifm tensor
+ int32_t indices_index; //!< index for indices tensor
+ int32_t axis_index; //!< index for axis
/**
* @brief Default Constructor