示例#1
0
 public abstract Tensor OfStorage(TensorStorage storage);
示例#2
0
 protected Tensor(TensorStorage storage)
 {
     Storage = storage;
 }