Home
last modified time | relevance | path

Searched defs:RuntimeVar (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/dynamic_akg/
Ddynamic_utils.h127 struct RuntimeVar { struct
150 std::string res = "[RuntimeVar " + std::to_string(prime) + "]"; in ToString() argument
162 using RuntimeVarPtr = std::shared_ptr<RuntimeVar>; argument