Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_vm.cc141 AddInst(compile::Instruction::kPush, mstensor_ref); in Ref()
144 compile::CompileGraph::AddInst(compile::Instruction::kPush, GetValueNode(node)); in Ref()
160 AddInst(compile::Instruction::kPush, mstensor_ref); in Ref()
163 compile::CompileGraph::AddInst(compile::Instruction::kPush, value); in Ref()
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.h55 kPush, enumerator
151 {Instruction::kPush, [this](const VectorRef &args) { InstPush(args); }},
Dtransform.cc113 AddInst(Instruction::kPush, GetValueNode(node)); in Ref()
530 …insts_[i] = std::make_pair(Instruction::kPush, VectorRef(std::vector<BaseRef>{mapping_[func_graph]… in Link()
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dcommunicator_base.h37 kPush, enumerator
Dtcp_communicator.h40 {TcpUserCommand::kPush, "push"},