Closed tk4218 closed 4 years ago
Added ability to load an NDArrayDict from memory as mentioned in #6.
NDArrayDict
Uses native method MXNDArrayLoadFromBuffer to load the dictionary of NDArrays from content in memory.
MXNDArrayLoadFromBuffer
NDArrays
Added LoadFromBuffer() to NDArrayDict class instead of NDArray class to avoid confusion with NDArray's LoadFromBuffer().
LoadFromBuffer()
NDArray
NDArray's
Thanks mate for your contribution. 👍
Added ability to load an
NDArrayDict
from memory as mentioned in #6.Uses native method
MXNDArrayLoadFromBuffer
to load the dictionary ofNDArrays
from content in memory.Added
LoadFromBuffer()
toNDArrayDict
class instead ofNDArray
class to avoid confusion withNDArray's
LoadFromBuffer()
.