numBytes method

int numBytes()

Returns the size, in bytes, of the tensor data.

Implementation

int numBytes() {
  return tfliteBinding.TfLiteTensorByteSize(_tensor);
}