TensorPairs<T extends Tensor>.fromTensorLists constructor

TensorPairs<T extends Tensor>.fromTensorLists(
  1. List<T> x,
  2. List<T> y
)

Constructs samples for X list and Y list.

Implementation

TensorPairs.fromTensorLists(this.x, this.y);