Build fix (#357)
parent
8ac89aeb19
commit
fb1c41c512
|
@ -64,10 +64,6 @@ public class Reshape extends DynamicCustomOp {
|
||||||
super(null, new INDArray[]{in, shape}, wrapOrNull(out), null, (List<Integer>)null);
|
super(null, new INDArray[]{in, shape}, wrapOrNull(out), null, (List<Integer>)null);
|
||||||
}
|
}
|
||||||
|
|
||||||
public Reshape(INDArray in, INDArray shape) {
|
|
||||||
addInputArgument(in, shape);
|
|
||||||
}
|
|
||||||
|
|
||||||
public Reshape() {
|
public Reshape() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue