Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added eval(...) to Symbol class (apache#5300)
* python -> Python (fixed capitalization typo) * flavours -> flavors for internal consistency with American spellings. Changed 'good flabors' to specify imperative and symbolic programming, better not to tease the reader * Improved writing of 'History' section * Improved writing of 'History' section * fixed symbol.md doc which previously used deprecated / incorrect mxnet.sym.var instead of the real/working mxnet.sym.Variable * fixed typos and readability in parts of the README.md * removed awkward phrasing about 'flavours' * typo cleanup * Update NEWS.md Fixed typos * adding eval function for combining with , makes for quicker introspection in interactive interpreters * fixed docstrig * fixed docstring, cleaned up whitespace * clean up * Changed code to work with **kwargs, doesn't require dictionary explicitly. This also removes need for clumsy code to handle the case where there are no arguments * fixed too-long lines in the docstring * Update symbol.py
- Loading branch information