[Android] print type name for IValues (#64602)
authorLinbin Yu <linbin@fb.com>
Thu, 9 Sep 2021 23:56:50 +0000 (16:56 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Fri, 10 Sep 2021 00:06:15 +0000 (17:06 -0700)
commit1b5b210f2cc7f54de11dd17d36ef34549b08b3ef
tree5e764644392559551fc21f933e7b8e574ccdd7cb
parent11ef68938c4dda67efb9944ec4f3521776e0f9bc
[Android] print type name for IValues (#64602)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64602

print type name in error message for easier debugging.

Test Plan:
Example:
java.lang.IllegalStateException: Expected IValue type Tensor, actual type TensorList

Reviewed By: beback4u

Differential Revision: D30782318

fbshipit-source-id: 60d88a659e7b4bb2b574b12c7652a28f0d5ad0d2
android/pytorch_android/src/main/java/org/pytorch/IValue.java