Deserialize tensor on iOS

Our team are trying to deploy our model to iOS platform. We encountered some mysterious problems and we want to deserialize the tensors in iOS to locate the problem more precisely. As for now I cannot find any resource regarding achieving so I want to ask:

  1. Is it possible?
  2. If so, how? And on what platforms those deserialized tensors can be read?

Correction: Not deserialize but serialize.
We want to check the value of tensors to see if we constructed it correctly, so we want to serialize tensors to files and deserialize to python to check whether the value is correct.

(BTW How can I edit my post?)