primeqa.util.file_utils.np2str#

primeqa.util.file_utils.np2str(nda, *, dtype=<class 'numpy.float16'>)#

Convert numpy ndarray to compact string representation :param nda: numpy array :param dtype: numpy datatype to save the array as :return: base64 encoded string of numpy binary