Op("resizeBiCubic") {
        javaPackage = "org.nd4j.linalg.api.ops.impl.image"
        javaOpClass = "ResizeBicubic"
        Input(NUMERIC,"input") { description = "4D image"}
        Input(INT ,"size") { description = "the target size to resize to "}