Home
last modified time | relevance | path

Searched defs:param_names (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/fl/server/
Dexecutor.cc211 …ap<std::string, AddressPtr> Executor::HandlePullWeight(const std::vector<std::string> &param_names in HandlePullWeight()
235 bool Executor::IsWeightAggrDone(const std::vector<std::string> &param_names) { in IsWeightAggrDone()
283 const std::vector<std::string> &Executor::param_names() const { return param_names_; } in param_names() function in mindspore::fl::server::Executor
/third_party/libwebsockets/include/libwebsockets/
Dlws-spa.h105 const char * const *param_names; /* array of form parameter names, like "username" */ member
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/
Dminimal-http-server-form-get.c20 static const char * param_names[] = { variable
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
Dminimal-http-server-form-post.c29 static const char * const param_names[] = { variable
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
Dminimal-http-server-form-post.c30 static const char * const param_names[] = { variable
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-file/
Dminimal-http-server-form-post-file.c39 static const char * const param_names[] = { variable
/third_party/libwebsockets/plugins/
Dprotocol_post_demo.c54 static const char * const param_names[] = { variable
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dtestplugin.c63 gchar *param_names[2 * TESTS_COUNT]; member
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c98 static const char * const param_names[] = { variable
/third_party/libwebsockets/lib/roles/http/server/
Dlws-spa.c625 lws_spa_create(struct lws *wsi, const char * const *param_names, in lws_spa_create()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_auto_parallel.cc340 auto param_names = NodeParameterName(cnode, -1, 0); in CreateTheOperatorInfo() local
Dstep_parallel.cc1923 auto param_names = NodeParameterName(cnode, -1, 0); in ExtractInformation() local
2622 ParameterMap param_names; in NodeParameterName() local
2665 auto param_names = NodeParameterName(cnode, -1, 0); in CheckpointStrategy() local