Build fix (#357)

master
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
1 changed files with 0 additions and 4 deletions

View File

@ -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() {
} }