Home
last modified time | relevance | path

Searched refs:out_labels (Results 1 – 25 of 44) sorted by relevance

12

/dports/net/flower/flower-0.10/flower/switchboard/
H A Dhandle_test.cc59 (*out_labels)["dog"] = "brown"; in TEST()
60 (*out_labels)["sheep"] = "white"; in TEST()
114 (*out_labels)["dog"] = "black"; in TEST()
115 (*out_labels)["sheep"] = "black"; in TEST()
137 (*out_labels)["dog"] = "brown"; in TEST()
138 (*out_labels)["fish"] = "orange"; in TEST()
193 (*out_labels)["host"] = "pear.apple.com"; in TEST()
220 (*out_labels)["datacenter"] = "frankfurt"; in TEST()
242 (*out_labels)["datacenter"] = "frankfurt"; in TEST()
279 (*out_labels)["datacenter"] = "frankfurt"; in TEST()
[all …]
H A Dhandle.cc68 LabelMap out_labels; in Constrain() local
69 if (Status status = GetOutLabels_(request->out_labels(), &out_labels); in Constrain()
89 LabelMap out_labels; in ClientConnect() local
90 if (Status status = GetOutLabels_(request->out_labels(), &out_labels); in ClientConnect()
95 directory_, out_labels, in ClientConnect()
135 LabelMap out_labels; in IngressConnect() local
136 if (Status status = GetOutLabels_(request->out_labels(), &out_labels); in IngressConnect()
166 LabelMap out_labels; in ResolverStart() local
167 if (Status status = GetOutLabels_(request->out_labels(), &out_labels); in ResolverStart()
199 LabelMap out_labels; in List() local
[all …]
H A Ddirectory.cc48 Status Directory::Lookup(const LabelMap& out_labels, in Lookup() argument
57 MergeLabelMaps(out_labels, target.first, &merged, &conflicts); in Lookup()
95 void Directory::List(const LabelMap& out_labels, in List() argument
103 MergeLabelMaps(out_labels, target.first, &merged, &conflicts); in List()
H A Dtarget_picker.cc19 Directory* directory, const LabelMap& out_labels, in Pick() argument
27 directory->Lookup(out_labels, &connection_labels, &target); in Pick()
H A Ddirectory.h30 arpc::Status Lookup(const util::LabelMap& out_labels,
33 void List(const util::LabelMap& out_labels,
H A Dhandle.h79 const util::LabelMap& in_labels, const util::LabelMap& out_labels) in Handle() argument
85 out_labels_(out_labels) { in Handle()
H A Dtarget_picker.h25 Directory* directory, const util::LabelMap& out_labels,
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/src/backends/cpu/
H A Dgnnparsers.cpp180 std::vector<int>& out_labels) in ParseSSD() argument
184 out_labels.clear(); in ParseSSD()
218 out_labels.emplace_back(label); in ParseSSD()
250 std::vector<int>& out_labels) in parseYolo() argument
262 out_labels.clear(); in parseYolo()
320 out_labels.emplace_back(d.label); in parseYolo()
329 out_labels.emplace_back(d.label); in parseYolo()
H A Dgnnparsers.hpp21 std::vector<int>& out_labels);
29 std::vector<int>& out_labels);
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/ampsim/DK/
H A Dcirc.py178 self.finish_plot(p.out_labels)
201 self.finish_plot(p.out_labels)
240 self.finish_plot(p.out_labels, timeline=x)
287 self.finish_plot(p.out_labels, timeline=x)
380 self.finish_plot(p.out_labels, timeline=x)
436 self.finish_plot(p.out_labels, timeline=x)
469 self.finish_plot(p.out_labels)
500 self.finish_plot(p.out_labels)
543 self.finish_plot(p.out_labels)
801 self.finish_plot(p.out_labels)
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_srte.c305 mpls_label_t *out_labels; in zebra_sr_policy_bsid_install() local
322 out_labels = &zt->labels[1]; in zebra_sr_policy_bsid_install()
325 out_labels = &null_label; in zebra_sr_policy_bsid_install()
329 out_labels = zt->labels; in zebra_sr_policy_bsid_install()
334 num_out_labels, out_labels, nhlfe->nexthop->type, in zebra_sr_policy_bsid_install()
H A Dzebra_mpls.h220 const mpls_label_t *out_labels);
229 const mpls_label_t *out_labels);
326 const mpls_label_t *out_labels, enum nexthop_types_t gtype,
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_srte.c305 mpls_label_t *out_labels; in zebra_sr_policy_bsid_install() local
322 out_labels = &zt->labels[1]; in zebra_sr_policy_bsid_install()
325 out_labels = &null_label; in zebra_sr_policy_bsid_install()
329 out_labels = zt->labels; in zebra_sr_policy_bsid_install()
334 num_out_labels, out_labels, nhlfe->nexthop->type, in zebra_sr_policy_bsid_install()
H A Dzebra_mpls.h220 const mpls_label_t *out_labels);
229 const mpls_label_t *out_labels);
326 const mpls_label_t *out_labels, enum nexthop_types_t gtype,
/dports/net/flower/flower-0.10/flower/protocol/
H A Dswitchboard.proto79 map<string, string> out_labels = 3; field
90 map<string, string> out_labels = 1; field
118 map<string, string> out_labels = 2; field
129 map<string, string> out_labels = 3; field
149 map<string, string> out_labels = 3; field
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/test/common/
H A Dgapi_parsers_tests_common.hpp97 std::vector<int>& out_labels) in parseSSDBLref() argument
100 out_labels.clear(); in parseSSDBLref()
127 out_labels.emplace_back(label); in parseSSDBLref()
263 std::vector<int>& out_labels) in parseYoloRef() argument
319 out_labels.emplace_back(d.label); in parseYoloRef()
328 out_labels.emplace_back(d.label); in parseYoloRef()
/dports/devel/R-cran-plyr/plyr/R/
H A Dlist-to-array.r55 out_labels <- c(in_labels, res_labels) vector
66 dimnames(out_array) <- out_labels
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/_utils/
H A Dsegmentation.py246 out_labels = np.copy(labels)
251 return out_labels
255 return out_labels
312 return out_labels
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/misc/python/test/
H A Dtest_gapi_core.py150 compactness, out_labels, centers = cv.gapi.kmeans(g_in, K, criteria, attempts, flags)
151 comp = cv.GComputation(cv.GIn(g_in), cv.GOut(compactness, out_labels, centers))
186 … compactness, out_labels, centers = cv.gapi.kmeans(data, K, best_labels, criteria, attempts, flags)
187 … comp = cv.GComputation(cv.GIn(data, best_labels), cv.GOut(compactness, out_labels, centers))
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/
H A Dsegment.py220 for _, mb, out_rec, out_labels in io_it:
283 np.save(out_labels, np.array(labels))
285 logging.info(out_labels)
/dports/math/R-cran-haven/haven/R/
H A Dlabelled.R266 out_labels <- to_labels %||% x_labels functionVar
269 labels = out_labels,
285 lossy <- x %in% x_labels[!x_labels %in% out_labels]
H A Dlabelled_spss.R190 out_labels <- to_labels %||% x_labels functionVar
199 labels = out_labels,
217 lossy <- x %in% x_labels[!x_labels %in% out_labels]
/dports/deskutils/pinot/pinot-1.20/IndexSearch/
H A DPinotDBus_proxy.cpp483 std::vector<Glib::ustring> &out_labels, in GetLabels_finish() argument
491 out_labels = out_labels_v.get(); in GetLabels_finish()
504 std::vector<Glib::ustring> out_labels; in GetLabels_sync() local
507 out_labels = out_labels_v.get(); in GetLabels_sync()
508 return out_labels; in GetLabels_sync()
682 std::vector<Glib::ustring> &out_labels, in GetDocumentLabels_finish() argument
690 out_labels = out_labels_v.get(); in GetDocumentLabels_finish()
706 std::vector<Glib::ustring> out_labels; in GetDocumentLabels_sync() local
709 out_labels = out_labels_v.get(); in GetDocumentLabels_sync()
710 return out_labels; in GetDocumentLabels_sync()
/dports/graphics/opencv/opencv-4.5.3/modules/gapi/include/opencv2/gapi/
H A Dcore.hpp529 GMatDesc out_labels(CV_32S, 1, Size{1, amount}); in outMeta() local
537 out_labels = bestLabels; // kmeans preserves bestLabels' sizes if given in outMeta()
539 return std::make_tuple(empty_gopaque_desc(), out_labels, centers); in outMeta()
559 GMatDesc out_labels(CV_32S, 1, Size{1, amount}); in outMeta() local
561 return std::make_tuple(empty_gopaque_desc(), out_labels, centers); in outMeta()
/dports/net/flower/flower-0.10/flower/ingress/accept/
H A Dstart.cc107 LabelMapToJson(request.out_labels(), &log_transaction); in Start()

12