Op("repeat") {
        javaPackage = "org.nd4j.linalg.api.ops.impl.shape"
        Input(NUMERIC, "input") { description = "Input value to repeat" }
        Input(NUMERIC, "repeats") { description = "A 1d input representing the number of inputs of repeats for each element." }
        Arg(INT, "axis") { description = "Data type of the output array" }