call method

  1. @nonVirtual
String call(
  1. Tensor<T> object
)
inherited

Prints the object.

Implementation

@nonVirtual
String call(T object) => print(object);