Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_creator.h91 size_t GenJsonHash(nlohmann::json tbe_json);
Dtbe_json_creator.cc272 size_t TbeJsonCreator::GenJsonHash(nlohmann::json tbe_json) { in GenJsonHash() argument
273 auto &op_lists = tbe_json.at(kJOpList); in GenJsonHash()