https://github.com/GPflow/GPflow
Raw File
Tip revision: f6338da0861599fa91ffe273dbefe47c8db7f23e authored by Artem Artemev on 19 February 2020, 13:33:39 UTC
Update
Tip revision: f6338da
inducing_patch.py
from .inducing_variables import InducingPoints


class InducingPatches(InducingPoints):
    pass
back to top