ndarray
autograd
loss
Symbol.
list_attr
Gets all attributes from the symbol.
Example
>>> data = mx.sym.Variable('data', attr={'mood': 'angry'}) >>> data.list_attr() {'mood': 'angry'}
ret – A dictionary mapping attribute keys to values.
Dict of str to str