https://github.com/GPflow/GPflow
Raw File
Tip revision: 8ac6e358810e9e9699a7732433a0474e30961491 authored by st-- on 01 June 2020, 11:22:55 UTC
Merge branch 'develop' into st/fix_active_dims_2
Tip revision: 8ac6e35
inducing_patch.py
from .inducing_variables import InducingPoints


class InducingPatches(InducingPoints):
    pass
back to top