added a constant mappiung

This commit is contained in:
James Hensman 2015-04-30 17:22:33 +01:00
parent 55b77064d4
commit d5b0ed4249

View file

@ -6,4 +6,5 @@ from .linear import Linear
from .mlp import MLP
from .additive import Additive
from .compound import Compound
from .constant import Constant