Build fix (#357)

This commit is contained in:
Alexander Stoyakin 2020-04-01 11:09:48 +03:00 committed by GitHub
parent 8ac89aeb19
commit fb1c41c512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,10 +64,6 @@ public class Reshape extends DynamicCustomOp {
super(null, new INDArray[]{in, shape}, wrapOrNull(out), null, (List<Integer>)null);
}
public Reshape(INDArray in, INDArray shape) {
addInputArgument(in, shape);
}
public Reshape() {
}