Op("transpose") {
        javaPackage = "org.nd4j.linalg.api.ops.impl.shape"
        Input(NDARRAY, "x") { description = "Input variable" }
        Output(NDARRAY, "output"){ description = "transposed input" }
        Doc(Language.ANY, DocScope.ALL){