forked from mindspore-Ecosystem/mindspore
commit
03f969c377
|
@ -230,7 +230,7 @@ void KernelNotSupportException(const AnfNodePtr &kernel_node, const std::vector<
|
|||
operator_info << ") ";
|
||||
}
|
||||
operator_info
|
||||
<< "is not support. This error means the current input type is not supported, please refer to the MindSpore "
|
||||
<< "is not supported. This error means the current input type is not supported, please refer to the MindSpore "
|
||||
"doc for supported types.\n";
|
||||
MS_EXCEPTION(TypeError) << operator_info.str() << trace::DumpSourceLines(kernel_node);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue