build method

Completes the building process and gets the TensorProcessor instance.

Implementation

@override
SequentialProcessor<TensorBuffer> build() {
  return TensorProcessor._(this);
}