blob: d03b296262c76dfa0464ea4ed8f5c9dcb89e1f2b [file] [log] [blame]
``mx.symbol.load``
====================================
Description
----------------------
Load an mx.symbol object
**Example**::
data = mx.symbol.Variable('data')
mx.symbol.save(data, 'temp.symbol')
data2 = mx.symbol.load('temp.symbol')
Usage
----------
.. code:: r
mx.symbol.load(file.name)
Arguments
------------------
+----------------------------------------+------------------------------------------------------------+
| Argument | Description |
+========================================+============================================================+
| ``filename`` | the filename (including the path) |
+----------------------------------------+------------------------------------------------------------+