Searched refs:compr_method (Results 1 – 2 of 2) sorted by relevance
327 uint16_t compr_method = *reinterpret_cast<uint16_t*>(&local_header[0] + 8); in npz_load() local331 if (compr_method == 0) { in npz_load()371 uint16_t compr_method = *reinterpret_cast<uint16_t*>(&local_header[0] + 8); in npz_load() local376 …NpyArray array = (compr_method == 0) ? load_the_npy_file(fp) : load_the_npz_array(fp, compr_bytes,… in npz_load()