Exemple #1
0
 public static Tensor Deserialize(IAllocator allocator, System.IO.Stream stream)
 {
     return(TensorSerialization.Deserialize(allocator, stream));
 }
Exemple #2
0
 public void Serialize(System.IO.Stream stream)
 {
     TensorSerialization.Serialize(this, stream);
 }