https://github.com/GPflow/GPflow
Revision 713f15738f4827a8282306d5f57bcbf8c1051513 authored by James Hensman on 18 August 2016, 20:24:14 UTC, committed by James Hensman on 18 August 2016, 20:24:14 UTC
1 parent 63bb484
Raw File
Tip revision: 713f15738f4827a8282306d5f57bcbf8c1051513 authored by James Hensman on 18 August 2016, 20:24:14 UTC
adding new tensorflow ops to grad elements of a matrix by row
Tip revision: 713f157
.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__.:
back to top