Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.cc147 Status CacheClient::CreateCache(uint32_t tree_crc, bool generate_id) { in CreateCache() argument
171 if (cinfo_.crc() != tree_crc) { in CreateCache()
190 … cinfo_.set_crc(tree_crc); // It's really a new cache we're creating so save our crc in the client in CreateCache()
Dcache_client.h170 Status CreateCache(uint32_t tree_crc, bool generate_id);