Home
last modified time | relevance | path

Searched defs:input_set (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/enhancer/
Dinsert_depend_for_grad_comm.cc187 void GetCandidateNodes(const std::set<AnfNodePtr, AnfNodeCmp> &input_set, std::set<AnfNodePtr> *vis… in GetCandidateNodes()
222 …Ptr RelyNode(const NodeUsersMap &node_users_map, const std::set<AnfNodePtr, AnfNodeCmp> &input_set, in RelyNode()
/third_party/vixl/test/
Dtest-donkey.cc101 InputSet input_set = kIntInputSet; in main() local
/third_party/cups/cups/
Dhttp-addrlist.c77 fd_set input_set, /* select() input set */ in httpAddrConnect2() local
Dsidechannel.c109 fd_set input_set; /* Input set for select() */ in cupsSideChannelRead() local
Dhttp-private.h247 fd_set *input_set; /* select() set for httpWait() (deprecated) */ member
Dsnmp.c386 fd_set input_set; /* select() input set */ in _cupsSNMPRead() local
Dhttp-support.c1796 fd_set input_set; /* Input set for select() */ in _httpResolveURI() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dedge_costmodel.h108 …nput(const std::vector<std::pair<std::shared_ptr<Strategy>, std::vector<TensorInfo>>> &input_set) { in set_next_op_input()
/third_party/cups/backend/
Dusb-libusb.c192 fd_set input_set; /* Input set for select() */ in print_device() local
1913 fd_set input_set; /* Input set for select() */ in soft_reset() local
Dusb-darwin.c350 fd_set input_set; /* Input set for select() */ in print_device() local
2378 fd_set input_set; /* Input set for select() */ in soft_reset() local
/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.cc882 void SetInitialMachineState(MacroAssembler* masm, InputSet input_set) { in SetInitialMachineState()