Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_build_client.cc53 bool KernelBuildClient::AkgSendAttr(const std::string &attr) { in AkgSendAttr() function in mindspore::kernel::KernelBuildClient
Dkernel_build_client.h131 bool AkgSendAttr(const std::string &attr);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_build.cc487 if (!attrs.empty() && !client->AkgSendAttr(attrs)) { in AkgOpParallelBuild()