https://github.com/GPflow/GPflow
Raw File
Tip revision: d3ab77d7b16fc7abd4b0f79bf9c8ccc70d585dd6 authored by Joel Berkeley on 08 April 2020, 17:59:04 UTC
wip
Tip revision: d3ab77d
inducing_patch.py
from .inducing_variables import InducingPoints


class InducingPatches(InducingPoints):
    pass
back to top