mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42:39 +02:00
slicing .... maybe needs to be deleted
This commit is contained in:
parent
333e24a1c3
commit
d2f73f13ec
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class Kern(Parameterized):
|
|||
#===========================================================================
|
||||
# This adds input slice support. The rather ugly code for slicing can be
|
||||
# found in kernel_slice_operations
|
||||
#__metaclass__ = KernCallsViaSlicerMeta
|
||||
__metaclass__ = KernCallsViaSlicerMeta
|
||||
#===========================================================================
|
||||
_support_GPU=False
|
||||
def __init__(self, input_dim, active_dims, name, useGPU=False, *a, **kw):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue