Searched refs:kPush (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/ |
D | acl_vm.cc | 141 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/ |
D | vm.h | 55 kPush, enumerator 151 {Instruction::kPush, [this](const VectorRef &args) { InstPush(args); }},
|
D | transform.cc | 113 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/ |
D | communicator_base.h | 37 kPush, enumerator
|
D | tcp_communicator.h | 40 {TcpUserCommand::kPush, "push"},
|