Revision 0e4b3c4b992cc1142c322a6b9d6d6eb4d2310779 authored by Mark van der Wilk on 13 January 2017, 12:25:25 UTC, committed by Alexander G. de G. Matthews on 13 January 2017, 12:25:25 UTC
* Compatibility with next version of TensorFlow.
- Remove references to batch_matmul.
- Various functions that need to be renamed.

1 parent 252baea
Raw File
.coveragerc
[report]
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top