@@ -5371,11 +5528,17 @@ class AdvancedIncSubtensor(Op):
...
@@ -5371,11 +5528,17 @@ class AdvancedIncSubtensor(Op):
ifind1.ndim==1andind2.ndim==1:
ifind1.ndim==1andind2.ndim==1:
returngof.Apply(self,
returngof.Apply(self,
(x,y)+inputs,
(x,y)+inputs,
[tensor(dtype=x.type.dtype,
[tensor(dtype=x.type.dtype,
broadcastable=x.type.broadcastable)])
broadcastable=x.type.broadcastable)])
raiseNotImplementedError('Advanced indexing increment of x (of dimension %i) by y (of dimension %i) with these argument dimensions (%s) not supported yet'\