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:Anyinds:Any:returns:_
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: _