In the official documentation of tflite API for C++, many methods have TfLiteTensor or a pointer to such type as return value (e.g., input_tensor() method.. Is there any reference to which attributes and methods are available for TfLiteTensor class?
I looked in the official Tflite documentation, googled around and went through the source code on github, but couldn't find anything.