Home
last modified time | relevance | path

Searched refs:SetNodedefProto (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc91 bool SetNodedefProto(const std::shared_ptr<KernelNodeInfo> &op_info, in SetNodedefProto() function
234 RETURN_IF_FALSE(SetNodedefProto(op_info, hash_swap_out_mod)); in HashSwapOut()
275 SetNodedefProto(op_info, hash_swap_in_mod); in HashSwapIn()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_kernel_build.cc249 void SetNodedefProto(const std::shared_ptr<AnfNode> &anf_node, mindspore::NodeDef *proto) { in SetNodedefProto() function
272 SetNodedefProto(anf_node, &proto); in CreateNodeDefBytes()