expand_dims#

rbc.stdlib.manipulation_functions.expand_dims(x, *, axis=0)#

❌ Not implemented

Expands the shape of an array by inserting a new axis (dimension) of size one at the position specified by axis

Array-API ‘expand_dims’ doc