Home
last modified time | relevance | path

Searched full:structured (Results 1 – 25 of 11183) sorted by relevance

12345678910>>...448

/aosp_15_r20/external/cronet/components/metrics/structured/mojom/
H A Devent_mojom_traits.cc5 #include "components/metrics/structured/mojom/event_mojom_traits.h"
14 #include "components/metrics/structured/event.h"
15 #include "components/metrics/structured/mojom/event.mojom.h"
20 metrics::structured::mojom::MetricValueDataView::Tag
21 UnionTraits<metrics::structured::mojom::MetricValueDataView,
22 metrics::structured::Event::MetricValue>::
23 GetTag(const metrics::structured::Event::MetricValue& metric_value) { in GetTag()
25 case metrics::structured::Event::MetricType::kHmac: in GetTag()
26 return metrics::structured::mojom::MetricValueDataView::Tag::kHmacValue; in GetTag()
27 case metrics::structured::Event::MetricType::kLong: in GetTag()
[all …]
H A Devent_mojom_traits.h12 #include "components/metrics/structured/event.h"
13 #include "components/metrics/structured/mojom/event.mojom.h"
21 struct UnionTraits<metrics::structured::mojom::MetricValueDataView,
22 metrics::structured::Event::MetricValue> {
23 static metrics::structured::mojom::MetricValueDataView::Tag GetTag(
24 const metrics::structured::Event::MetricValue& metric_value);
27 const metrics::structured::Event::MetricValue& metric_value) {
32 const metrics::structured::Event::MetricValue& metric_value) {
39 const metrics::structured::Event::MetricValue& metric_value) {
44 const metrics::structured::Event::MetricValue& metric_value) {
[all …]
/aosp_15_r20/external/cronet/components/metrics/structured/
H A DBUILD.gn6 import("//components/metrics/structured/buildflags/buildflags.gni")
10 # Structured metrics is subcomponent of UMA that gathers and reports structured
12 static_library("structured") {
38 "//components/metrics/structured/buildflags",
39 "//components/metrics/structured/lib:proto",
48 "//components/metrics/structured/lib",
49 "//components/metrics/structured/lib:proto",
50 "//components/metrics/structured/mojom",
120 "//components/metrics/structured/lib",
136 script = "//tools/metrics/structured/gen_events.py"
[all …]
H A Dstructured_metrics_recorder.h17 #include "components/metrics/structured/event.h"
18 #include "components/metrics/structured/lib/event_storage.h"
19 #include "components/metrics/structured/lib/key_data.h"
20 #include "components/metrics/structured/lib/key_data_provider.h"
21 #include "components/metrics/structured/project_validator.h"
22 #include "components/metrics/structured/recorder.h"
25 namespace metrics::structured {
28 // Structured Metrics events recorded on-device. This class is not thread safe
42 // Interface for watching for the recording of Structured Metrics Events.
56 // Manages whether or not Structured Metrics is recording.
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
H A Dstructured.rs1 //! Utility methods to support structured append (multiple QR codes)
4 use crate::structured::StructuredQrError::*;
5 use crate::types::QrError::Structured;
10 /// Error variants regarding structured append
13 /// Structured append mode should contain at least two qrcodes
23 /// QR code mode is not structured append
25 /// QR code encoding is not the one supported in structured append
33 /// Maximum supported pieces in structured append is 16
40 AtLeast2Pieces => write!(f, "Need at least 2 different pieces to merge structured QR"), in fmt()
45 StructuredWrongMode => write!(f, "Structured append QR must have mode 3"), in fmt()
[all …]
/aosp_15_r20/external/cpuinfo/src/x86/
H A Disa.c149 * - Intel: ebx[bit 23] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
280 * - Intel: ecx[bit 0] of structured feature info (ecx = 0). Reserved bit on AMD. in cpuinfo_x86_detect_isa()
393 * - Intel: ebx[bit 5] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
399 * - Intel: ebx[bit 16] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
405 * - Intel: ebx[bit 26] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
411 * - Intel: ebx[bit 27] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
417 * - Intel: ebx[bit 28] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
423 * - Intel: ebx[bit 17] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
429 * - Intel: ebx[bit 30] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
435 * - Intel: ebx[bit 31] in structured feature info (ecx = 0). in cpuinfo_x86_detect_isa()
[all …]
/aosp_15_r20/external/cronet/components/metrics/structured/docs/
H A Dsm_api.md1 # Structured Metrics and CrOS Events API
3 …ribes the client side API for defining and recording Structured Metrics and CrOS Events. Structure…
8 A single element of Structured Metrics is called an Event. These events are defined as a part of a …
11 Below are the initial steps that much be take *before* implementation for Structured Metrics and Cr…
12 1. Complete a project privacy review: Structured Metrics doesn't have a template and [CrOS Events P…
17 …ols/metrics/structured/sync/structured.xml](https://source.chromium.org/chromium/chromium/src/+/ma…
99 CrOS Event's is a part of Structured Metrics which provides sequencing information at the time the …
101 …source.chromium.org/chromium/chromium/src/+/main:tools/metrics/structured/sync/structured.xml) pro…
111 …ents/metrics/structured/structured_metrics_client.h](https://source.chromium.org/chromium/chromium…
116 #include "components/metrics/structured/structured_metrics_client.h" // for StructuredMetricsClient
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/sql/
DRef.java30 * value, which is a reference to an SQL structured type value in the database.
33 * instances of a referenceable SQL structured type, and each <code>REF</code>
36 * SQL structured type it references, either as a column value in a
37 * table or an attribute value in a structured type.
40 * SQL structured type, a <code>Ref</code> object is by default also a logical
43 * the attributes of the structured type on the client.
57 * Retrieves the fully-qualified SQL name of the SQL structured type that
60 * @return the fully-qualified SQL name of the referenced SQL structured type
74 * structured type being referenced and the class object for
76 * structured type will be mapped)
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/sql/
H A DRef.java30 * value, which is a reference to an SQL structured type value in the database.
33 * instances of a referenceable SQL structured type, and each <code>REF</code>
36 * SQL structured type it references, either as a column value in a
37 * table or an attribute value in a structured type.
40 * SQL structured type, a <code>Ref</code> object is by default also a logical
43 * the attributes of the structured type on the client.
57 * Retrieves the fully-qualified SQL name of the SQL structured type that
60 * @return the fully-qualified SQL name of the referenced SQL structured type
74 * structured type being referenced and the class object for
76 * structured type will be mapped)
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/15/libcore/ojluni/src/main/java/java/sql/
DRef.java30 * value, which is a reference to an SQL structured type value in the database.
33 * instances of a referenceable SQL structured type, and each <code>REF</code>
36 * SQL structured type it references, either as a column value in a
37 * table or an attribute value in a structured type.
40 * SQL structured type, a <code>Ref</code> object is by default also a logical
43 * the attributes of the structured type on the client.
57 * Retrieves the fully-qualified SQL name of the SQL structured type that
60 * @return the fully-qualified SQL name of the referenced SQL structured type
74 * structured type being referenced and the class object for
76 * structured type will be mapped)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Target/
DStructuredDataPlugin.h19 /// Plugin that supports process-related structured data sent asynchronously
23 /// instance detects that a given structured data feature is available.
27 /// delivered structured data from the process monitor, and do something
34 /// For command-line LLDB, the Debugger instance listens for the structured
53 /// structured data features, Process will go through the list of plugins,
69 /// Handle the arrival of asynchronous structured data from the process.
71 /// When asynchronous structured data arrives from the process monitor,
73 /// if one exists. The structured data that arrives from a process
80 /// The process instance that just received the structured data.
85 /// The name of the feature tag for the asynchronous structured data.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Target/
DStructuredDataPlugin.h19 /// Plugin that supports process-related structured data sent asynchronously
23 /// instance detects that a given structured data feature is available.
27 /// delivered structured data from the process monitor, and do something
34 /// For command-line LLDB, the Debugger instance listens for the structured
53 /// structured data features, Process will go through the list of plugins,
69 /// Handle the arrival of asynchronous structured data from the process.
71 /// When asynchronous structured data arrives from the process monitor,
73 /// if one exists. The structured data that arrives from a process
80 /// The process instance that just received the structured data.
85 /// The name of the feature tag for the asynchronous structured data.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Target/
DStructuredDataPlugin.h19 /// Plugin that supports process-related structured data sent asynchronously
23 /// instance detects that a given structured data feature is available.
27 /// delivered structured data from the process monitor, and do something
34 /// For command-line LLDB, the Debugger instance listens for the structured
53 /// structured data features, Process will go through the list of plugins,
69 /// Handle the arrival of asynchronous structured data from the process.
71 /// When asynchronous structured data arrives from the process monitor,
73 /// if one exists. The structured data that arrives from a process
80 /// The process instance that just received the structured data.
85 /// The name of the feature tag for the asynchronous structured data.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Target/
DStructuredDataPlugin.h19 /// Plugin that supports process-related structured data sent asynchronously
23 /// instance detects that a given structured data feature is available.
27 /// delivered structured data from the process monitor, and do something
34 /// For command-line LLDB, the Debugger instance listens for the structured
53 /// structured data features, Process will go through the list of plugins,
69 /// Handle the arrival of asynchronous structured data from the process.
71 /// When asynchronous structured data arrives from the process monitor,
73 /// if one exists. The structured data that arrives from a process
80 /// The process instance that just received the structured data.
85 /// The name of the feature tag for the asynchronous structured data.
[all …]
/aosp_15_r20/external/libconfig/debian/
H A Dcontrol16 Description: parsing/manipulation of structured configuration files
22 This library allows parsing, manipulating and writing structured configuration
32 Description: parsing/manipulation of structured configuration files (C++ binding)
38 This library allows parsing, manipulating and writing structured configuration
51 Description: parsing/manipulation of structured config files (development)
57 This library allows parsing, manipulating and writing structured configuration
61 - A simple, structured configuration file format: more readable and compact
86 Description: parsing/manipulation of structured config files (C++ development)
92 This library allows parsing, manipulating and writing structured configuration
96 - A simple, structured configuration file format: more readable and compact
[all …]
/aosp_15_r20/out/soong/raw-aosp_shiba/b3/
Db302852d6fdc687be352670c01cc15cbf46d9a9b481structured --stability=vintf hardware/interfaces/automotive/vehicle/aidl_property/android/hardware…
/aosp_15_r20/out/soong/raw-aosp_shiba/cc/
Dcc85ab80a6f8a45de059aeefca9587febb79d43e481structured --stability=vintf hardware/interfaces/automotive/vehicle/aidl_property/android/hardware…
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py292 # Meta is a magic key: it is automatically generated for structured
338 # Structured kernel generation is only supported for certain key types;
345 # For now, ufunc dispatch keys coincide with structured keys
534 # Whether or not this out functions is a "structured kernel". Structured
537 # the kernel. Only out functions can be structured; other functions
539 # Every structured kernel must have at least an out and a functional
541 structured: bool
543 # Whether or not this non-out function is a structured kernel, defined
547 # Only valid for structured kernels. Specifies alternative of what
548 # to inherit from when defining the meta class for the structured
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/structured/
H A Dstructured_array_ops.py28 from tensorflow.python.ops.structured.structured_tensor import StructuredTensor
74 a new structured tensor with larger rank.
106 a new structured tensor with larger rank.
121 """tf.gather for structured tensors.
127 params: a structured tensor to be gathered
161 """tf.concat for structured tensors.
186 """Shuffle a structured tensor on the zeroth axis.
189 value: a structured tensor of rank at least one.
194 The shuffled structured tensor.
252 input: a structured tensor.
[all …]
/aosp_15_r20/external/google-cloud-java/java-dlp/proto-google-cloud-dlp-v2/src/main/java/com/google/privacy/dlp/v2/
H A DTransformationConfig.java25 * User specified templates and configs for how to deidentify structured,
143 * Structured de-identify template.
145 * for structured content such as delimited files and tables. If this template
147 * will also apply to the structured content. If neither template is set, a
148 * default `ReplaceWithInfoTypeConfig` will be used to de-identify structured
172 * Structured de-identify template.
174 * for structured content such as delimited files and tables. If this template
176 * will also apply to the structured content. If neither template is set, a
177 * default `ReplaceWithInfoTypeConfig` will be used to de-identify structured
439 * User specified templates and configs for how to deidentify structured,
[all …]
/aosp_15_r20/external/cronet/third_party/metrics_proto/
H A Dstructured_data.proto12 // One structured metrics event, containing several hashed and unhashed metrics
13 // related to a single event type. Structured metrics have hashing keys based on
17 // Structured metrics is currently only used for the CrOS platform, so some of
19 // structured metrics were to expand to other platforms, these fields will need
24 // A per-client, per-profile, per-project ID that is used only for structured
44 // details on how keys are rotated, refer to go/structured-metrics.
57 // go/structured-metrics.
64 // name is defined in src/tools/metrics/structured/structured.xml, and this
69 // structured.xml that determine what is recorded.
131 // name that is defined in src/tools/metrics/structured/structured.xml.
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dnative_functions.yaml442 structured: True
522 structured: True
572 structured: True
637 structured: True
708 structured: True
715 structured: True
751 structured: True
758 structured: True
817 structured: True
829 structured: True
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.h24 // ENUM definition for adapter state that in sync with ChromeOS structured metrics
28 // ENUM definition for device/connection type that in sync with ChromeOS structured metrics
39 // ENUM definition for pairing state that in sync with ChromeOS structured metrics
83 // ENUM definition for pairing state that in sync with ChromeOS structured metrics
101 // ENUM definition for profile connection status that in sync with ChromeOS structured metrics
115 // ENUM definition for profile disconnection status that in sync with ChromeOS structured metrics
129 // ENUM definition for ACL connection status that in sync with ChromeOS structured metrics
157 // ENUM definition for ACL disconnection status that in sync with ChromeOS structured metrics
176 // ENUM definition for ACL disconnection status that in sync with ChromeOS structured metrics
184 // ENUM definition for ACL disconnection status that in sync with ChromeOS structured metrics
[all …]
/aosp_15_r20/external/cronet/components/metrics/structured/lib/
H A Dkey_data.h18 #include "components/metrics/structured/lib/persistent_proto.h"
19 #include "components/metrics/structured/lib/proto/key.pb.h"
21 namespace metrics::structured {
24 // structured metrics.
27 // in /tools/metrics/structured/sync/structured.xml. This can be used to
35 // //tools/metrics/structured/ccodegen.py.
38 // period, which is 90 days unless specified in structured.xml. Keys are rotated
108 // bytes of the MD5 hash of its name defined in structured.xml.
114 // structured metrics project. However, events are uploaded from the device
157 } // namespace metrics::structured
/aosp_15_r20/external/pytorch/torch/ao/pruning/_experimental/pruner/
H A DREADME.md1 # Structured Pruning
7 ### Unstructured vs. Structured Pruning
29 …n speed up computation by resizing the weight matrix. This is called **structured pruning** and is…
50 One benefit of **structured pruning** is that it uses the same dense kernels that the original mode…
51 However, structured pruning degrades accuracy more than unstructured pruning because of the lack of…
53 Generally the structured pruning process looks something like this:
54 1. Define what layers in the model you want to structured prune.
75 Structured pruning works by traversing this graph and looking for specific **patterns**, which are …
77 Each pattern is tied to a pruning function, which is responsible for structured pruning the graph n…
81 Structured pruning also works on other patterns other than two adjacent Linear layers,
[all …]

12345678910>>...448