Method loadFromStream
val loadFromStream: Stream -> string -> Tensor<'T>
loads a .npy file from the specified stream
Declaration
val loadFromStream: stream:Stream -> name:string -> Tensor<'T>
Parameters
| Type | Name | Description |
|---|---|---|
| System.IO.Stream | stream | |
| string | name |
Returns
| Type | Description |
|---|---|
| Tensor<'T> |
Type Parameters
| Name | Description |
|---|---|
| 'T |