vector_take

vector_take(arr, inds, shared=None, return_spec=False): 

A generalized array indexing that broadcasts properly across everything except for the specified “take” index

  • arr: Any
  • inds: Any
  • :returns: _

Feedback

Examples

Templates

Documentation