torchStateStream property

Stream<TorchState> get torchStateStream

Get the stream of torch state changes.

Implementation

Stream<TorchState> get torchStateStream {
  throw UnimplementedError('torchStateStream has not been implemented.');
}