shape_array_mode# ivy.shape_array_mode()[source]# Get the current state of shape_array_mode. Examples >>> ivy.shape_array_mode() False >>> ivy.set_shape_array_mode(True) >>> ivy.shape_array_mode() True Return type: bool