Doc(Language.ANY, DocScope.ALL){
            """
                Stack a set of N INDArray of rank X into one rank X+1 variable.
                If inputs have shape [a,b,c] then output has shape:
                axis = 0: [N,a,b,c]