ndarray
autograd
loss
Symbol.
list_arguments
Lists all the arguments in the symbol.
Example
>>> a = mx.sym.var('a') >>> b = mx.sym.var('b') >>> c = a + b >>> c.list_arguments ['a', 'b']
args – List containing the names of all the arguments required to compute the symbol.
list of string