Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/kash/
Dkernel_pack.cc34 std::string sha256_cal = system::sha256::GetHashFromFile(bin_file); in CheckHash() local
36 if (sha256_cal.empty() || sha256_cal != sha256_str) { in CheckHash()