Home
last modified time | relevance | path

Searched refs:label_type (Results 1 – 25 of 925) sorted by relevance

12345678910>>...37

/dports/math/tblis/tblis-1.2.0/src/iface/1t/
H A Ddot.h29 void dot(varray_view<const T> A, const label_type* idx_A, in dot()
41 varray_view<const T> A, const label_type* idx_A, in dot()
52 T dot(varray_view<const T> A, const label_type* idx_A, in dot()
53 varray_view<const T> B, const label_type* idx_B) in dot()
62 varray_view<const T> A, const label_type* idx_A, in dot()
63 varray_view<const T> B, const label_type* idx_B) in dot()
72 dpd_varray_view<const T> A, const label_type* idx_A,
90 T dot(dpd_varray_view<const T> A, const label_type* idx_A, in dot()
91 dpd_varray_view<const T> B, const label_type* idx_B) in dot()
100 dpd_varray_view<const T> A, const label_type* idx_A, in dot()
[all …]
H A Dadd.h18 const tblis_tensor* A, const label_type* idx_A,
19 tblis_tensor* B, const label_type* idx_B);
28 void add(T alpha, varray_view<const T> A, const label_type* idx_A, in add()
29 T beta, varray_view<T> B, const label_type* idx_B) in add()
39 T alpha, varray_view<const T> A, const label_type* idx_A, in add()
40 T beta, varray_view<T> B, const label_type* idx_B) in add()
50 T alpha, dpd_varray_view<const T> A, const label_type* idx_A,
51 T beta, dpd_varray_view< T> B, const label_type* idx_B);
54 void add(T alpha, dpd_varray_view<const T> A, const label_type* idx_A, in add()
55 T beta, dpd_varray_view< T> B, const label_type* idx_B) in add()
[all …]
H A Dreduce.h18 reduce_t op, const tblis_tensor* A, const label_type* idx_A,
47 std::pair<T,len_type> reduce(reduce_t op, varray_view<const T> A, const label_type* idx_A) in reduce()
56 varray_view<const T> A, const label_type* idx_A) in reduce()
65 const label_type* idx_A, T& result, len_type& idx);
68 void reduce(reduce_t op, dpd_varray_view<const T> A, const label_type* idx_A, in reduce()
91 dpd_varray_view<const T> A, const label_type* idx_A) in reduce()
100 const label_type* idx_A, T& result, len_type& idx);
103 void reduce(reduce_t op, indexed_varray_view<const T> A, const label_type* idx_A, in reduce()
126 indexed_varray_view<const T> A, const label_type* idx_A) in reduce()
135 const label_type* idx_A, T& result, len_type& idx);
[all …]
H A Dscale.h18 tblis_tensor* A, const label_type* idx_A);
27 void scale(T alpha, varray_view<T> A, const label_type* idx_A) in scale()
35 void scale(const communicator& comm, T alpha, varray_view<T> A, const label_type* idx_A) in scale()
44 T alpha, dpd_varray_view<T> A, const label_type* idx_A);
47 void scale(T alpha, dpd_varray_view<T> A, const label_type* idx_A) in scale()
61 T alpha, indexed_varray_view<T> A, const label_type* idx_A);
64 void scale(T alpha, indexed_varray_view<T> A, const label_type* idx_A) in scale()
78 T alpha, indexed_dpd_varray_view<T> A, const label_type* idx_A);
81 void scale(T alpha, indexed_dpd_varray_view<T> A, const label_type* idx_A) in scale()
H A Dset.h18 const tblis_scalar* alpha, tblis_tensor* A, const label_type* idx_A);
27 void set(T alpha, varray_view<T> A, const label_type* idx_A) in set()
36 void set(const communicator& comm, T alpha, varray_view<T> A, const label_type* idx_A) in set()
46 T alpha, dpd_varray_view<T> A, const label_type* idx_A);
49 void set(T alpha, dpd_varray_view<T> A, const label_type* idx_A) in set()
63 T alpha, indexed_varray_view<T> A, const label_type* idx_A);
66 void set(T alpha, indexed_varray_view<T> A, const label_type* idx_A) in set()
80 T alpha, indexed_dpd_varray_view<T> A, const label_type* idx_A);
83 void set(T alpha, indexed_dpd_varray_view<T> A, const label_type* idx_A) in set()
/dports/math/tblis/tblis-1.2.0/src/iface/3t/
H A Dmult.h18 const tblis_tensor* A, const label_type* idx_A,
19 const tblis_tensor* B, const label_type* idx_B,
20 tblis_tensor* C, const label_type* idx_C);
29 void mult(T alpha, varray_view<const T> A, const label_type* idx_A, in mult()
30 varray_view<const T> B, const label_type* idx_B, in mult()
31 T beta, varray_view<T> C, const label_type* idx_C) in mult()
42 T alpha, varray_view<const T> A, const label_type* idx_A, in mult()
43 varray_view<const T> B, const label_type* idx_B, in mult()
44 T beta, varray_view<T> C, const label_type* idx_C) in mult()
55 T alpha, dpd_varray_view<const T> A, const label_type* idx_A,
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/svm/
H A Dmulticlass_tools.h17 template <typename label_type>
18 std::vector<label_type> select_all_distinct_labels ( in select_all_distinct_labels()
19 const std::vector<label_type>& labels in select_all_distinct_labels()
22 std::set<label_type> temp; in select_all_distinct_labels()
24 return std::vector<label_type>(temp.begin(), temp.end()); in select_all_distinct_labels()
29 template <typename label_type, typename U>
31 const std::map<unordered_pair<label_type>,U>& bdfs in find_missing_pairs() argument
37 std::set<label_type> temp; in find_missing_pairs()
44 std::vector<unordered_pair<label_type> > missing_pairs; in find_missing_pairs()
47 typename std::set<label_type>::const_iterator i, j; in find_missing_pairs()
[all …]
H A Done_vs_one_trainer.h34 typedef label_type_ label_type; typedef
58 const label_type& l1, in set_trainer()
59 const label_type& l2 in set_trainer()
92 invalid_label(const std::string& msg, const label_type& l1_, const label_type& l2_ in invalid_label()
98 label_type l1, l2;
103 const std::vector<label_type>& all_labels in train()
118 std::vector<unordered_pair<label_type> > pairs; in train()
158 const std::vector<label_type>& all_labels_, in parallel_for_helper()
179 const unordered_pair<label_type> p = pairs[i]; in operator()
229 const std::vector<label_type>& all_labels;
[all …]
H A Dcross_validate_multiclass_trainer.h19 typename label_type
24 const std::vector<label_type>& y_test in test_multiclass_decision_function()
36 const std::vector<label_type> all_labels = dec_funct.get_labels(); in test_multiclass_decision_function()
39 std::map<label_type,unsigned long> label_to_int; in test_multiclass_decision_function()
78 typename label_type
83 const std::vector<label_type>& y, in cross_validate_multiclass_trainer()
102 std::map<label_type,long> label_counts; in cross_validate_multiclass_trainer()
108 std::map<label_type,long> num_in_test, num_in_train; in cross_validate_multiclass_trainer()
128 std::vector<label_type> y_test, y_train; in cross_validate_multiclass_trainer()
132 std::map<label_type,long> next_test_idx; in cross_validate_multiclass_trainer()
[all …]
H A Done_vs_all_trainer.h33 typedef label_type_ label_type; typedef
57 const label_type& l in set_trainer()
90 invalid_label(const std::string& msg, const label_type& l_ in invalid_label()
96 label_type l;
101 const std::vector<label_type>& all_labels in train()
117 const label_type l = distinct_labels[i]; in train()
147 const std::vector<label_type>& all_labels_, in parallel_for_helper()
151 const std::vector<label_type>& distinct_labels_ in parallel_for_helper()
167 const label_type l = distinct_labels[i]; in operator()
212 const std::vector<label_type>& all_labels;
[all …]
H A Dstructural_track_association_trainer.h23 typename label_type
194 typename label_type
237 typename label_type
252 typename label_type
297 typedef typename detections_at_single_time_step::value_type::label_type label_type; in convert_dets_to_association_sets() typedef
301 std::map<label_type,unsigned long> track_labels; in convert_dets_to_association_sets()
315 typename label_type
319 const std::map<label_type,unsigned long>& track_labels in get_association_labels() argument
338 typename label_type,
343 std::map<label_type,unsigned long>& track_labels, in add_dets_to_tracks() argument
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/svm/
H A Dmulticlass_tools.h17 template <typename label_type>
18 std::vector<label_type> select_all_distinct_labels ( in select_all_distinct_labels()
19 const std::vector<label_type>& labels in select_all_distinct_labels()
22 std::set<label_type> temp; in select_all_distinct_labels()
24 return std::vector<label_type>(temp.begin(), temp.end()); in select_all_distinct_labels()
29 template <typename label_type, typename U>
31 const std::map<unordered_pair<label_type>,U>& bdfs in find_missing_pairs() argument
37 std::set<label_type> temp; in find_missing_pairs()
44 std::vector<unordered_pair<label_type> > missing_pairs; in find_missing_pairs()
47 typename std::set<label_type>::const_iterator i, j; in find_missing_pairs()
[all …]
H A Done_vs_one_trainer.h34 typedef label_type_ label_type; typedef
58 const label_type& l1, in set_trainer()
59 const label_type& l2 in set_trainer()
92 invalid_label(const std::string& msg, const label_type& l1_, const label_type& l2_ in invalid_label()
98 label_type l1, l2;
103 const std::vector<label_type>& all_labels in train()
118 std::vector<unordered_pair<label_type> > pairs; in train()
158 const std::vector<label_type>& all_labels_, in parallel_for_helper()
179 const unordered_pair<label_type> p = pairs[i]; in operator()
229 const std::vector<label_type>& all_labels;
[all …]
H A Dcross_validate_multiclass_trainer.h19 typename label_type
24 const std::vector<label_type>& y_test in test_multiclass_decision_function()
36 const std::vector<label_type> all_labels = dec_funct.get_labels(); in test_multiclass_decision_function()
39 std::map<label_type,unsigned long> label_to_int; in test_multiclass_decision_function()
78 typename label_type
83 const std::vector<label_type>& y, in cross_validate_multiclass_trainer()
102 std::map<label_type,long> label_counts; in cross_validate_multiclass_trainer()
108 std::map<label_type,long> num_in_test, num_in_train; in cross_validate_multiclass_trainer()
128 std::vector<label_type> y_test, y_train; in cross_validate_multiclass_trainer()
132 std::map<label_type,long> next_test_idx; in cross_validate_multiclass_trainer()
[all …]
H A Done_vs_all_trainer.h33 typedef label_type_ label_type; typedef
57 const label_type& l in set_trainer()
90 invalid_label(const std::string& msg, const label_type& l_ in invalid_label()
96 label_type l;
101 const std::vector<label_type>& all_labels in train()
117 const label_type l = distinct_labels[i]; in train()
147 const std::vector<label_type>& all_labels_, in parallel_for_helper()
151 const std::vector<label_type>& distinct_labels_ in parallel_for_helper()
167 const label_type l = distinct_labels[i]; in operator()
212 const std::vector<label_type>& all_labels;
[all …]
H A Dstructural_track_association_trainer.h23 typename label_type
194 typename label_type
237 typename label_type
252 typename label_type
297 typedef typename detections_at_single_time_step::value_type::label_type label_type; in convert_dets_to_association_sets() typedef
301 std::map<label_type,unsigned long> track_labels; in convert_dets_to_association_sets()
315 typename label_type
319 const std::map<label_type,unsigned long>& track_labels in get_association_labels() argument
338 typename label_type,
343 std::map<label_type,unsigned long>& track_labels, in add_dets_to_tracks() argument
[all …]
/dports/www/firefox/firefox-99.0/third_party/wasm2c/src/
H A Dir-util.h26 Label(LabelType label_type, in Label()
31 label_type(label_type), in Label()
36 LabelType label_type; member
47 void SetTopLabelType(LabelType label_type) { in SetTopLabelType()
48 label_stack_.back().label_type = label_type; in SetTopLabelType()
54 void BeginBlock(LabelType label_type, const Block& block);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dcommonobjectline.class.php80 $label_type = 'label';
82 $label_type = 'label';
83 if ($type == 'short') $label_type = 'short_label';
84 elseif ($type == 'code') $label_type = 'code';
86 $sql = 'select '.$label_type.', code from '.MAIN_DB_PREFIX.'c_units where rowid='.$this->fk_unit;
90 if ($label_type == 'code') $label = 'unit'.$res['code'];
91 else $label = $res[$label_type];
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dcommonobjectline.class.php80 $label_type = 'label';
82 $label_type = 'label';
84 $label_type = 'short_label';
86 $label_type = 'code';
89 …$sql = 'select '.$label_type.', code from '.MAIN_DB_PREFIX.'c_units where rowid = '.((int) $this->…
93 if ($label_type == 'code') {
96 $label = $res[$label_type];
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/stored/
H A Dansi_label.c104 dev->label_type = B_ANSI_LABEL; in read_ansi_ibm_label()
111 dev->label_type = B_IBM_LABEL; in read_ansi_ibm_label()
148 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
166 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
181 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
273 int len, stat, label_type; in write_ansi_ibm_labels() local
280 label_type = dcr->device->label_type; /* force label type */ in write_ansi_ibm_labels()
285 switch (label_type) { in write_ansi_ibm_labels()
312 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
341 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/stored/
H A Dansi_label.c104 dev->label_type = B_ANSI_LABEL; in read_ansi_ibm_label()
111 dev->label_type = B_IBM_LABEL; in read_ansi_ibm_label()
148 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
166 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
181 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
273 int len, stat, label_type; in write_ansi_ibm_labels() local
280 label_type = dcr->device->label_type; /* force label type */ in write_ansi_ibm_labels()
285 switch (label_type) { in write_ansi_ibm_labels()
312 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
341 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
[all …]
/dports/sysutils/bacula11-server/bacula-11.0.5/src/stored/
H A Dansi_label.c104 dev->label_type = B_ANSI_LABEL; in read_ansi_ibm_label()
111 dev->label_type = B_IBM_LABEL; in read_ansi_ibm_label()
148 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
166 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
181 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
273 int len, stat, label_type; in write_ansi_ibm_labels() local
280 label_type = dcr->device->label_type; /* force label type */ in write_ansi_ibm_labels()
285 switch (label_type) { in write_ansi_ibm_labels()
312 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
341 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
[all …]
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/stored/
H A Dansi_label.c104 dev->label_type = B_ANSI_LABEL; in read_ansi_ibm_label()
111 dev->label_type = B_IBM_LABEL; in read_ansi_ibm_label()
148 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
166 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
181 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
273 int len, stat, label_type; in write_ansi_ibm_labels() local
280 label_type = dcr->device->label_type; /* force label type */ in write_ansi_ibm_labels()
285 switch (label_type) { in write_ansi_ibm_labels()
312 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
341 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
[all …]
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/stored/
H A Dansi_label.c104 dev->label_type = B_ANSI_LABEL; in read_ansi_ibm_label()
111 dev->label_type = B_IBM_LABEL; in read_ansi_ibm_label()
148 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
166 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
181 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
273 int len, stat, label_type; in write_ansi_ibm_labels() local
280 label_type = dcr->device->label_type; /* force label type */ in write_ansi_ibm_labels()
285 switch (label_type) { in write_ansi_ibm_labels()
312 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
341 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
[all …]
/dports/sysutils/bacula9-client/bacula-9.6.7/src/stored/
H A Dansi_label.c104 dev->label_type = B_ANSI_LABEL; in read_ansi_ibm_label()
111 dev->label_type = B_IBM_LABEL; in read_ansi_ibm_label()
148 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
166 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
181 if (dev->label_type == B_IBM_LABEL) { in read_ansi_ibm_label()
273 int len, stat, label_type; in write_ansi_ibm_labels() local
280 label_type = dcr->device->label_type; /* force label type */ in write_ansi_ibm_labels()
285 switch (label_type) { in write_ansi_ibm_labels()
312 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
341 if (label_type == B_IBM_LABEL) { in write_ansi_ibm_labels()
[all …]

12345678910>>...37