Op("setShape")  {
        javaPackage = "org.nd4j.linalg.api.ops.impl.shape"
        javaOpClass = "SetShape"
        Input(NDARRAY,"input") {description = "The input to set the shape of" }
        Input(NUMERIC, "shape") { description = "The shape to set the input to" }