mxnet.gluon.Parameter.list_data¶
-
Parameter.
list_data
()[source]¶ Returns copies of this parameter on all contexts, in the same order as creation. For sparse parameters, use
Parameter.list_row_sparse_data()
instead.Returns: Return type: list of NDArrays