allocateTensors method

void allocateTensors()

Updates allocations for all tensors.

Implementation

void allocateTensors() {
  checkState(
      tfLiteInterpreterAllocateTensors(_interpreter) == TfLiteStatus.ok);
  _allocated = true;
}