for(int i = 0; i < arrays.length; i++) {
            INDArray array = arrays[i];
            buffers1[i] = array.isEmpty() ? null :  array.data().opaqueBuffer();
            shapeInfoBufers2[i] = array.shapeInfoDataBuffer().opaqueBuffer();
            fastpath_out.put(i,array);