Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dbn_reduce_grad_conv2d_backprop_filter_fusion.cc37 bool CheckSupported(const CNodePtr &conv_back_filter) { in CheckSupported() function
83 if (!CheckSupported(conv_back_filter)) { in Process()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_build_client.cc187 bool AscendKernelBuildClient::CheckSupported(const std::string &json) { in CheckSupported() function in mindspore::kernel::AscendKernelBuildClient
Dkernel_build_client.h239 bool CheckSupported(const std::string &json);
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_kernel_select/
Dtbe_kernel_select.cc281 ret = AscendKernelBuildClient::Instance().CheckSupported(kernel_json.dump()); in TbeCheckSupported()
/third_party/mindspore/tests/ut/cpp/device/
Dge_runtime_test.cc46 …bool CheckSupported(const ge::OpDescPtr &opDescPtr, std::string &un_supported_reason) const overri… in CheckSupported() function in MockOpsKernelInfoStore