Searched refs:CheckSupported (Results 1 – 5 of 5) sorted by relevance
37 bool CheckSupported(const CNodePtr &conv_back_filter) { in CheckSupported() function83 if (!CheckSupported(conv_back_filter)) { in Process()
187 bool AscendKernelBuildClient::CheckSupported(const std::string &json) { in CheckSupported() function in mindspore::kernel::AscendKernelBuildClient
239 bool CheckSupported(const std::string &json);
281 ret = AscendKernelBuildClient::Instance().CheckSupported(kernel_json.dump()); in TbeCheckSupported()
46 …bool CheckSupported(const ge::OpDescPtr &opDescPtr, std::string &un_supported_reason) const overri… in CheckSupported() function in MockOpsKernelInfoStore