Beispiel #1
0
 public SimpleTensorBuilder(SimpleTensor tensor)
 {
     Tensor = tensor ?? throw new ArgumentNullException(nameof(tensor));
 }
Beispiel #2
0
 public SimpleTensorFactory(SimpleTensor simpleTensor)
 {
     SimpleTensor = simpleTensor ?? throw new ArgumentNullException(nameof(simpleTensor));
 }