unset_array_mode#
- ivy.unset_array_mode()[source]#
Reset the mode of converting inputs to ivy.NativeArray, then converting outputs back to ivy.Array to the previous state.
Examples
>>> ivy.set_array_mode(False) >>> ivy.get_array_mode() False
>>> ivy.unset_shape_array_mode() >>> ivy.get_array_mode() True
- Return type:
None