Home
last modified time | relevance | path

Searched refs:MAX_HEAD_SIZE (Results 1 - 1 of 1) sorted by relevance

/test/xts/acts/ai/mindspore/mindsporectest/src/
H A Dohos_common.cpp50 const int MAX_HEAD_SIZE = 50; in getDimInfo() local
51 uint32_t *dim_buffer = reinterpret_cast<uint32_t *>(malloc(MAX_HEAD_SIZE * sizeof(uint32_t))); in getDimInfo()
52 size_t ret = fread(dim_buffer, sizeof(uint32_t), MAX_HEAD_SIZE, fp); in getDimInfo()

Completed in 2 milliseconds