predict method

Tensor predict(
  1. Tensor input
)

Implementation

Tensor<dynamic> predict(Tensor<dynamic> input) {
  return call(input);
}