Home
last modified time | relevance | path

Searched defs:params_t (Results 1 – 25 of 106) sorted by relevance

12345

/dports/net/arataga/arataga-0.5.1/arataga/acl_handler/
H A Dpub.hpp27 struct params_t struct
30 asio::io_context & m_io_ctx;
33 acl_config_t m_acl_config;
36 so_5::mbox_t m_dns_mbox;
39 so_5::mbox_t m_auth_mbox;
42 arataga::io_thread_timer::provider_t & m_timer_provider;
45 std::string m_name;
51 arataga::utils::acl_req_id_seed_t m_acl_id_seed;
54 common_acl_params_t m_common_acl_params;
/dports/net/arataga/arataga-0.5.1/arataga/startup_manager/
H A Dpub.hpp26 struct params_t struct
29 std::filesystem::path m_local_config_path;
36 std::chrono::seconds m_max_stage_startup_time;
39 io_threads_count_t m_io_threads_count{ io_threads_count::default_t{} };
42 asio::ip::address m_admin_http_ip;
44 std::uint16_t m_admin_http_port;
46 std::string m_admin_http_token;
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/matmul/
H A Dgemm_based_common.hpp35 struct params_t { struct
38 bool dst_is_acc_;
42 bool gemm_applies_output_scales_ = false;
45 float gemm_beta_ = 0.f;
49 bool has_pp_kernel_ = false;
53 bool can_fuse_src_batch_dims_ = false;
56 primitive_attr_t pp_attr_;
61 float get_gemm_alpha(const float *primitive_scales) const { in get_gemm_alpha()
66 const float *get_post_processing_scales( in get_post_processing_scales()
/dports/www/silicon/silicon-0.1-124-g91ca205/silicon/backends/
H A Dws_route.hh14 struct params_t struct
16 params_t(P p) : params(p) {} in params_t() argument
17 P params;
H A Dws_api.hh14 struct params_t struct
16 params_t(P p) : params(p) {} in params_t() function
17 P params;
/dports/math/libsemigroups/libsemigroups-1.3.7/etc/
H A Dgenerate_pybind11.py71 def get_xml(class_n, mem_fn=None, params_t=None): argument
121 def is_const_mem_fn(class_n, mem_fn, params_t): argument
128 def is_mem_fn_template(class_n, mem_fn, params_t): argument
134 def is_deleted_mem_fn(class_n, mem_fn, params_t): argument
150 def skip_mem_fn(class_n, mem_fn, params_t): argument
159 def param_names(class_n, mem_fn, params_t): argument
167 def normalize_params_t(params_t): argument
202 def pybind11_doc(class_n, mem_fn, params_t): argument
243 def pybind11_mem_fn_params_n(class_n, mem_fn, params_t): argument
259 def pybind11_mem_fn(class_n, mem_fn, params_t): argument
/dports/math/onednn/oneDNN-2.5.1/src/cpu/matmul/
H A Dgemm_based_common.hpp35 struct params_t { struct
38 bool dst_is_acc_;
42 bool gemm_applies_output_scales_ = false;
45 float gemm_beta_ = 0.f;
49 bool has_pp_kernel_ = false;
53 bool can_fuse_src_batch_dims_ = false;
56 primitive_attr_t pp_attr_;
61 float get_gemm_alpha(const float *primitive_scales) const { in get_gemm_alpha()
66 const float *get_post_processing_scales( in get_post_processing_scales()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/api/
H A Dtest_memory_desc_ops.cpp111 struct params_t { struct
112 memory_desc_proxy_t in;
113 memory_desc_proxy_t out;
114 test_direction_t test_direction;
115 dnnl_status_t expected_status;
215 struct params_t { struct
216 memory_desc_proxy_t in;
217 memory_desc_proxy_t out;
218 std::vector<int> perm;
219 test_direction_t test_direction;
[all …]
H A Dtest_memory_creation.cpp30 struct params_t { struct
31 memory::dims dims;
32 memory::format_tag fmt_tag;
33 dnnl_status_t expected_status;
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/api/
H A Dtest_memory_desc_ops.cpp111 struct params_t { struct
112 memory_desc_proxy_t in;
113 memory_desc_proxy_t out;
114 test_direction_t test_direction;
115 dnnl_status_t expected_status;
215 struct params_t { struct
216 memory_desc_proxy_t in;
217 memory_desc_proxy_t out;
218 std::vector<int> perm;
219 test_direction_t test_direction;
[all …]
H A Dtest_memory_creation.cpp30 struct params_t { struct
31 memory::dims dims;
32 memory::format_tag fmt_tag;
33 dnnl_status_t expected_status;
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/include/uhdlib/transport/
H A Doffload_io_service.hpp31 struct params_t struct in uhd::transport::offload_io_service
34 std::vector<size_t> cpu_affinity_list;
36 client_type_t client_type = BOTH_SEND_AND_RECV;
39 wait_mode_t wait_mode = POLL;
/dports/net/arataga/arataga-0.5.1/arataga/config_processor/
H A Dpub.hpp25 struct params_t struct
28 std::filesystem::path m_local_config_path;
31 so_5::mbox_t m_startup_notify_mbox;
34 io_threads_count_t m_io_threads_count{ io_threads_count::default_t{} };
/dports/net/arataga/arataga-0.5.1/arataga/user_list_processor/
H A Dpub.hpp23 struct params_t struct
26 std::filesystem::path m_local_config_path;
29 so_5::mbox_t m_startup_notify_mbox;
/dports/net/arataga/arataga-0.5.1/arataga/dns_resolver/
H A Dpub.hpp31 struct params_t struct
39 asio::io_context & m_io_ctx;
42 so_5::disp_binder_shptr_t m_disp_binder;
48 std::string m_name;
51 std::chrono::milliseconds m_cache_cleanup_period;
/dports/net/arataga/arataga-0.5.1/arataga/dns_resolver/interactor/
H A Dpub.hpp116 struct params_t struct
124 asio::io_context & m_io_ctx;
130 std::string m_name;
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/helpers/http_field_parsers/
H A Dbasic_auth.hpp41 struct params_t struct
47 std::string username;
53 std::string password;
H A Dbearer_auth.hpp39 struct params_t struct
45 std::string token;
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Denv_infrastructures.hpp71 class params_t class
176 class params_t class
/dports/devel/boost-docs/boost_1_72_0/libs/geometry/test/srs/
H A Dprojections_combined.cpp127 typedef parameters<proj_igh, ellps_sphere, units_m> params_t; in test_all() typedef
141 … parameters<proj_ob_tran, ellps_wgs84, o_proj<proj_moll>, units_m, o_lat_p<>, o_lon_p<> > params_t; in test_all() typedef
154 …ef parameters<proj_ob_tran, a<>, es<>, o_proj<proj_sinu>, units_m, o_lat_p<>, o_lon_p<> > params_t; in test_all() typedef
/dports/devel/boost-python-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dprojections_combined.cpp127 typedef parameters<proj_igh, ellps_sphere, units_m> params_t; in test_all() typedef
141 … parameters<proj_ob_tran, ellps_wgs84, o_proj<proj_moll>, units_m, o_lat_p<>, o_lon_p<> > params_t; in test_all() typedef
154 …ef parameters<proj_ob_tran, a<>, es<>, o_proj<proj_sinu>, units_m, o_lat_p<>, o_lon_p<> > params_t; in test_all() typedef
/dports/devel/boost-libs/boost_1_72_0/libs/geometry/test/srs/
H A Dprojections_combined.cpp127 typedef parameters<proj_igh, ellps_sphere, units_m> params_t; in test_all() typedef
141 … parameters<proj_ob_tran, ellps_wgs84, o_proj<proj_moll>, units_m, o_lat_p<>, o_lon_p<> > params_t; in test_all() typedef
154 …ef parameters<proj_ob_tran, a<>, es<>, o_proj<proj_sinu>, units_m, o_lat_p<>, o_lon_p<> > params_t; in test_all() typedef
/dports/devel/hyperscan/boost_1_75_0/libs/geometry/test/srs/
H A Dprojections_combined.cpp127 typedef parameters<proj_igh, ellps_sphere, units_m> params_t; in test_all() typedef
141 … parameters<proj_ob_tran, ellps_wgs84, o_proj<proj_moll>, units_m, o_lat_p<>, o_lon_p<> > params_t; in test_all() typedef
154 …ef parameters<proj_ob_tran, a<>, es<>, o_proj<proj_sinu>, units_m, o_lat_p<>, o_lon_p<> > params_t; in test_all() typedef
/dports/net/arataga/arataga-0.5.1/arataga/stats_collector/
H A Dintroduce_stats_collector.hpp22 struct params_t struct
/dports/net/x2goclient/x2goclient-4.1.2.2/src/
H A Dhelp.h31 typedef QList<params_elem_t> params_t; typedef

12345