Op("reduceAmean", reduceFloating) {
        javaOpClass = "AMean"
        Doc(Language.ANY, DocScope.ALL){
            """
                Absolute mean array reduction operation, optionally along specified dimensions: out = mean(abs(x))