https://github.com/GPflow/GPflow
Raw File
Tip revision: e9e5307c9711990392c063ce3fcdb9786236d854 authored by Sergio Diaz on 03 September 2019, 12:10:44 UTC
Parameter class state keeps transform class and not instance
Tip revision: e9e5307
dispatch.py
from multipledispatch import Dispatcher

Kuu = Dispatcher('Kuu')
Kuf = Dispatcher('Kuf')
back to top