Home
last modified time | relevance | path

Searched refs:Label (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A Dinstrumentation.h33 class Label {
35 Label() {} in Label() function
37 explicit Label(Args... args) { in Label() function
51 void operator=(const Label& other);
53 bool operator==(const Label& other) const;
97 Label labels[kMaxSize];
A Dtreeview.h36 Label label;
68 const TreeView::Node& node, const std::function<bool(const Label&)>& match);
101 const std::function<bool(const Label&)>& match, TreeView::Node* node_out);
110 const std::function<bool(const Label&)>& match, TreeView* treeview_out);
A Dtreeview.cc78 new_child->label = Label("[other]"); in AddOther()
158 const std::function<bool(const Label&)>& match) { in WeightBelowNodeMatchingFunction()
172 node, [&format](const Label& label) { return label.format() == format; }); in WeightBelowNodeMatchingUnformatted()
178 node, [&formatted](const Label& label) { in WeightBelowNodeMatchingFormatted()
199 const std::function<bool(const Label&)>& match, TreeView::Node* node_out) { in CollapseSubnodesMatchingFunction()
217 const std::function<bool(const Label&)>& match, TreeView* treeview_out) { in CollapseNodesMatchingFunction()
234 [&format](const Label& label) { return label.format() == format; }, in CollapseNodesMatchingUnformatted()
243 [&formatted](const Label& label) { in CollapseNodesMatchingFormatted()
A Dinstrumentation.cc25 void Label::operator=(const Label& other) { in operator =()
33 bool Label::operator==(const Label& other) const { in operator ==()
48 std::string Label::Formatted() const { in Formatted()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/objectdet/include/alibabacloud/objectdet/model/
A DClassifyVehicleInsuranceResult.h37 struct Label struct
42 std::vector<Label> labels;
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/objectdet/src/model/
A DClassifyVehicleInsuranceResult.cc48 Data::Label labelObject; in parse()
/AliOS-Things-master/components/littlevgl/
A DREADME.md208 style1.text.color = lv_color_hex3(0x0F0) /*Label color (green)*/
380 # Create a Button and a Label
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig129 int "Maximum number of Label UUIDs used for Virtual Addresses"
133 This option specifies how many Label UUIDs can be stored.

Completed in 18 milliseconds