MLXBackend.get_fundamental_dtype# MLXBackend.get_fundamental_dtype(arr)# Given an array instance, returns the corresponding fundamental python type, i.e., int, float or complex. Parameters: arrBackendArrayInput data. Returns: typeData type.