• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include <string>
2 #include "utils/log_adapter.h"
3 #include "ir/anf.h"
4 
5 namespace mindspore {
6 namespace device {
7 namespace cpu {
IsDynamicParamKernel(const std::string & op_name)8 bool IsDynamicParamKernel(const std::string &op_name) { return false; }
9 
SetKernelInfoWithMsg(const CNodePtr & apply_kernel_ptr)10 std::pair<std::string, ExceptionType> SetKernelInfoWithMsg(const CNodePtr &apply_kernel_ptr) { return {}; }
11 }  // namespace cpu
12 }  // namespace device
13 }  // namespace mindspore
14