Home
last modified time | relevance | path

Searched refs:compr_method (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/rknn_benchmark/src/cnpy/
H A Dcnpy.cpp327 uint16_t compr_method = *reinterpret_cast<uint16_t*>(&local_header[0] + 8); in npz_load() local
331 if (compr_method == 0) { in npz_load()
371 uint16_t compr_method = *reinterpret_cast<uint16_t*>(&local_header[0] + 8); in npz_load() local
376 …NpyArray array = (compr_method == 0) ? load_the_npy_file(fp) : load_the_npz_array(fp, compr_bytes,… in npz_load()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/cnpy/
H A Dcnpy.cpp327 uint16_t compr_method = *reinterpret_cast<uint16_t*>(&local_header[0] + 8); in npz_load() local
331 if (compr_method == 0) { in npz_load()
371 uint16_t compr_method = *reinterpret_cast<uint16_t*>(&local_header[0] + 8); in npz_load() local
376 …NpyArray array = (compr_method == 0) ? load_the_npy_file(fp) : load_the_npz_array(fp, compr_bytes,… in npz_load()