toTensor method

Tensor toTensor()

Implementation

Tensor toTensor() {
  _preconditionType(typeCodeTensor, _typeCode);
  return _data;
}