The axis of input array to be taken.For input tensor of rank r, it could be in the range of [-r, r-1]
Specify how out-of-bound indices bahave. Default is "clip". "clip" means clip to the range. So, if all indices mentioned are too large, they are replaced by the index that addresses the last element along an axis. "wrap" means to wrap around. "raise" means to raise an error, not supported yet.
This Param Object is specifically used for take