Home
last modified time | relevance | path

Searched full:groups (Results 1 – 25 of 5058) sorted by relevance

12345678910>>...203

/external/XNNPACK/test/
Dchannel-shuffle-nc.cc18 .groups(2) in TEST()
29 .groups(3) in TEST()
40 .groups(4) in TEST()
48 for (size_t groups = 5; groups < 12; groups += 3) { in TEST() local
52 .groups(groups) in TEST()
64 .groups(2) in TEST()
75 .groups(3) in TEST()
86 .groups(4) in TEST()
94 for (size_t groups = 5; groups < 12; groups += 3) { in TEST() local
98 .groups(groups) in TEST()
[all …]
Dconvolution-nhwc.cc96 .groups(2) in TEST()
107 .groups(2) in TEST()
119 .groups(2) in TEST()
131 .groups(2) in TEST()
143 .groups(2) in TEST()
156 .groups(2) in TEST()
168 .groups(2) in TEST()
191 .groups(2) in TEST()
214 .groups(2) in TEST()
339 .groups(2) in TEST()
[all …]
Dconvolution-nchw.cc569 .groups(19) in TEST()
580 .groups(19) in TEST()
593 .groups(19) in TEST()
606 .groups(19) in TEST()
619 .groups(channels) in TEST()
630 .groups(19) in TEST()
641 .groups(19) in TEST()
653 .groups(19) in TEST()
664 .groups(19) in TEST()
679 .groups(19) in TEST()
[all …]
Dconvolution-operator-tester.h176 inline ConvolutionOperatorTester& groups(uint32_t groups) { in groups() argument
177 assert(groups >= 1); in groups()
178 this->groups_ = groups; in groups()
182 inline uint32_t groups() const { in groups() function
329 return group_input_channels() * groups(); in input_channel_stride()
331 assert(this->input_channel_stride_ >= group_input_channels() * groups()); in input_channel_stride()
344 return group_output_channels() * groups(); in output_channel_stride()
346 assert(this->output_channel_stride_ >= group_output_channels() * groups()); in output_channel_stride()
557 …batch_size() * ((input_height() * input_width() - 1) * input_channel_stride() + groups() * group_i… in TestNHWCxQC8()
558 …std::vector<int8_t> kernel(groups() * group_output_channels() * kernel_height() * kernel_width() *… in TestNHWCxQC8()
[all …]
/external/webrtc/docs/
Drelease-notes.md3 release notes are posted to the [discuss-webrtc](https://groups.google.com/group/discuss-webrtc)
14 * [M105 Release Notes](https://groups.google.com/g/discuss-webrtc/c/5KBtZx2gvcQ/m/HYKhV8ERDgAJ)
15 * [M104 Release Notes](https://groups.google.com/g/discuss-webrtc/c/Yf6c3HW4N3k/m/3SC_Hy15BQAJ)
17 * [M99 Release Notes](https://groups.google.com/g/discuss-webrtc/c/Yf6c3HW4N3k/m/3SC_Hy15BQAJ)
18 * [M98 Release Notes](https://groups.google.com/g/discuss-webrtc/c/uQKmoaL93kE/m/a5NyC3gnBwAJ)
19 * [M97 Release Notes](https://groups.google.com/g/discuss-webrtc/c/-M808zqlSRE/m/vMZ1q1N9AgAJ)
20 * [M96 Release Notes](https://groups.google.com/g/discuss-webrtc/c/Bp8OzBzipSc/m/0AC4OGhdAgAJ)
21 * [M95 Release Notes](https://groups.google.com/g/discuss-webrtc/c/SfzpFc-dH-E/m/JHlMpLO1AAAJ)
22 * [M94 Release Notes](https://groups.google.com/g/discuss-webrtc/c/tFyWdqW2sQM/m/ebfZvC9VAgAJ)
23 * [M93 Release Notes](https://groups.google.com/g/discuss-webrtc/c/ws0_MYHIBOw/m/HZGn07uIAwAJ)
[all …]
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
Dpm_api_pinctrl.c24 uint16_t (*groups)[]; member
28 /* Max groups for one pin */
32 uint16_t (*groups)[]; member
39 .groups = &((uint16_t []) {
65 .groups = &((uint16_t []) {
92 .groups = &((uint16_t []) {
100 .groups = &((uint16_t []) {
108 .groups = &((uint16_t []) {
116 .groups = &((uint16_t []) {
124 .groups = &((uint16_t []) {
[all …]
/external/iproute2/ip/
Dipmonitor.c152 unsigned int groups = 0; in do_ipmonitor() local
164 groups |= nl_mgrp(RTNLGRP_LINK); in do_ipmonitor()
165 groups |= nl_mgrp(RTNLGRP_IPV4_IFADDR); in do_ipmonitor()
166 groups |= nl_mgrp(RTNLGRP_IPV6_IFADDR); in do_ipmonitor()
167 groups |= nl_mgrp(RTNLGRP_IPV4_ROUTE); in do_ipmonitor()
168 groups |= nl_mgrp(RTNLGRP_IPV6_ROUTE); in do_ipmonitor()
169 groups |= nl_mgrp(RTNLGRP_MPLS_ROUTE); in do_ipmonitor()
170 groups |= nl_mgrp(RTNLGRP_IPV4_MROUTE); in do_ipmonitor()
171 groups |= nl_mgrp(RTNLGRP_IPV6_MROUTE); in do_ipmonitor()
172 groups |= nl_mgrp(RTNLGRP_IPV6_PREFIX); in do_ipmonitor()
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.py224 groups = match.groups()
225 if groups[0]:
226 return groups[0]
227 elif groups[1]:
228 return groups[1]
229 elif groups[2]:
230 if groups[3]:
231 return groups[2] + '\n'
232 return groups[2]
233 elif groups[5]:
[all …]
/external/pigweed/pw_kvs/
DCMakeLists.txt353 GROUPS
365 GROUPS
375 GROUPS
388 GROUPS
400 GROUPS
411 GROUPS
422 GROUPS
433 GROUPS
444 GROUPS
455 GROUPS
[all …]
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify17.c12 * Check that fanotify groups and marks limits are enforced correctly.
15 * Otherwise, we only check that global groups limit is enforced.
44 * The fanotify_init() man page documents the max groups limit is 128, but the
62 /* 0: unlimited groups in userns */
68 "Global groups limit in init user ns",
73 "Global groups limit in privileged user ns",
78 "Local groups limit in unprivileged user ns",
89 /* Verify that groups and marks cannot be created beyond limit */
90 static void verify_user_limits(unsigned int init_flags, int groups, int marks) in verify_user_limits() argument
94 for (i = 0; i <= groups; i++) { in verify_user_limits()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dmonitoring_v3.projects.groups.html75 …oring_v3.projects.html">projects</a> . <a href="monitoring_v3.projects.groups.html">groups</a></h1>
78 <code><a href="monitoring_v3.projects.groups.members.html">members()</a></code>
96 <p class="firstline">Lists the existing groups.</p>
118 …that group. Groups can contain any number of monitored resources, and each monitored resource can …
121 …considered to be a cluster. The system can perform additional analysis on groups that are clusters.
122 …. The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When cr…
123 …if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no…
135 …that group. Groups can contain any number of monitored resources, and each monitored resource can …
138 …considered to be a cluster. The system can perform additional analysis on groups that are clusters.
139 …. The name of this group. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] When cr…
[all …]
Dcloudidentity_v1.groups.html75 …udidentity_v1.html">Cloud Identity API</a> . <a href="cloudidentity_v1.groups.html">groups</a></h1>
78 <code><a href="cloudidentity_v1.groups.memberships.html">memberships()</a></code>
132 { # A group within the Cloud Identity Groups API. A `Group` is a collection of entities, where each…
137 …one entry with USER resource is currently supported. Customers can create up to 100 dynamic groups.
148 …&quot;groupKey&quot;: { # A unique identifier for an entity in the Cloud Identity Groups API. An e…
152Groups are the default type of group and have a label with a key of `cloudidentity.googleapis.com/
155 …cloud.google.com/apis/design/resource_names) of the `Group`. Shall be of the form `groups/{group}`.
156 …s/{identity_source}` for external- identity-mapped groups or `customers/{customer}` for Google Gro…
199 …/design/resource_names) of the `Group` to retrieve. Must be of the form `groups/{group}`. (require…
234 …/design/resource_names) of the `Group` to retrieve. Must be of the form `groups/{group}`. (require…
[all …]
/external/vboot_reference/cgpt/
Dcgpt_prioritize.c12 // We need a sorted list of priority groups, where each element in the list
25 int num_groups; // number of non-empty groups
26 group_t group[MAX_GROUPS]; // array of groups
104 group_list_t *groups; in CgptPrioritize() local
143 // Determine the current priority groups in CgptPrioritize()
144 groups = NewGroupList(num_kernels); in CgptPrioritize()
155 AddToGroup(groups, priority, i); // we'll move them all later in CgptPrioritize()
157 AddToGroup(groups, 99, i); // move only this one in CgptPrioritize()
159 AddToGroup(groups, priority, i); // just remember in CgptPrioritize()
165 ChangeGroup(groups, params->orig_priority, 99); in CgptPrioritize()
[all …]
/external/deqp/scripts/
Dtestset.py118 groups = []
122 groups.append(group)
123 return groups
126 groups = []
131 groups.append(group)
138 die("Case '%s' matched by multiple groups (when processing '%s')" % (case.name, group.name))
142 return groups
145 groups = []
154 groups.append(group)
161 return groups
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dgroupsmigration.v1.json5 "https://www.googleapis.com/auth/apps.groups.migration": {
14 "canonicalName": "Groups Migration",
15 …"description": "The Groups Migration API allows domain administrators to archive emails into Googl…
17 "documentationLink": "https://developers.google.com/google-apps/groups-migration/",
111 "flatPath": "groups/v1/groups/{groupId}/archive",
122 "path": "/upload/groups/v1/groups/{groupId}/archive"
137 "path": "groups/v1/groups/{groupId}/archive",
139 "$ref": "Groups"
142 "https://www.googleapis.com/auth/apps.groups.migration"
152 "Groups": { object
[all …]
/external/fonttools/Lib/fontTools/ufoLib/
Dconverters.py9 def convertUFO1OrUFO2KerningToUFO3Kerning(kerning, groups, glyphSet=()): argument
10 # gather known kerning groups based on the prefixes
11 firstReferencedGroups, secondReferencedGroups = findKnownKerningGroups(groups)
12 # Make lists of groups referenced in kerning pairs.
14 if first in groups and first not in glyphSet:
18 if second in groups and second not in glyphSet:
21 # Create new names for these groups.
25 existingGroupNames = list(groups.keys()) + list(firstRenamedGroups.keys())
37 existingGroupNames = list(groups.keys()) + list(secondRenamedGroups.keys())
55 # Make copies of the referenced groups and store them
[all …]
Dkerning.py3 def lookupKerningValue(pair, kerning, groups, fallback=0, glyphToFirstGroup=None, glyphToSecondGrou… argument
9 >>> groups = {
18 >>> lookupKerningValue(("D", "F"), kerning, groups)
20 >>> lookupKerningValue(("O", "F"), kerning, groups)
22 >>> lookupKerningValue(("O", "E"), kerning, groups)
24 >>> lookupKerningValue(("O", "O"), kerning, groups)
26 >>> lookupKerningValue(("E", "E"), kerning, groups)
28 >>> lookupKerningValue(("E", "O"), kerning, groups)
30 >>> lookupKerningValue(("X", "X"), kerning, groups)
33 ... kerning, groups)
[all …]
/external/go-cmp/cmp/
Dreport_slices.go388 groups := coalesceAdjacentEdits(name, es)
389 groups = coalesceInterveningIdentical(groups, chunkSize/4)
390 groups = cleanupSurroundingIdentical(groups, eq)
392 for i, ds := range groups {
406 for numHi < chunkSize*numContextRecords && numLo+numHi < numEqual && i != len(groups)-1 {
441 // coalesceAdjacentEdits coalesces the list of edits into groups of adjacent
453 func coalesceAdjacentEdits(name string, es diff.EditScript) (groups []diffStats) {
457 groups = append(groups, diffStats{Name: name})
460 return &groups[len(groups)-1]
474 return groups
[all …]
/external/ltp/testcases/kernel/controllers/cpuctl/
Dcpuctl_testplan.txt10 Say if there are n groups then
20 * other groups share of time.
39 First of all mount the cpu controller on /dev/cpuctl and create n groups.
40 The number of groups should be > the number of cpus for checking scheduling
41 fairness(as we will run 1 task per group). then we create say n groups. By
43 tasks in different groups on the basis of the shares assigned to that group.
47 So until and unless this ratio(group A' shares/ Total shares of all groups)
50 Let us say we have 3 groups(1 task each) A,B,C each having 2, 4, 6 shares
85 In this test the shares value of some of the groups is increased and for some
86 groups is decreased. Accordingly the expected cpu time of a task is calculated.
[all …]
/external/XNNPACK/src/operators/
Dchannel-shuffle-nc.c23 size_t groups, in create_channel_shuffle_nc() argument
42 if (groups <= 1) { in create_channel_shuffle_nc()
44 "failed to create %s operator with %zu groups: at least two groups required", in create_channel_shuffle_nc()
45 xnn_operator_type_to_string(operator_type), groups); in create_channel_shuffle_nc()
56 const size_t channels = groups * group_channels; in create_channel_shuffle_nc()
61 xnn_operator_type_to_string(operator_type), input_stride, groups, group_channels); in create_channel_shuffle_nc()
69 xnn_operator_type_to_string(operator_type), output_stride, groups, group_channels); in create_channel_shuffle_nc()
83 channel_shuffle_op->groups = groups; in create_channel_shuffle_nc()
103 size_t groups, in xnn_create_channel_shuffle_nc_x8() argument
111 groups, in xnn_create_channel_shuffle_nc_x8()
[all …]
/external/testng/src/main/resources/
Dtestng-1.0.dtd12 <li> <b>groups</b>, made of two parts
17 In turn, <b>groups</b> are made of two parts:
19 <li> Definitions, which allow you to group groups into
20 bigger groups
21 <li> Runs, which defines the groups that the methods
33 <!ELEMENT suite (groups?,(listeners|packages|test|parameter|method-selectors|suite-files)*) >
116 …ntains parameters and classes. Additionally, you can define additional groups ("groups of groups")
119 <!ELEMENT test (method-selectors?,parameter*,groups?,packages?,classes?) >
158 Defines additional groups ("groups of groups") and also which groups to include in this test run
160 <!ELEMENT groups (define*,run?,dependencies?) >
[all …]
/external/pigweed/pw_rpc/pwpb/
DCMakeLists.txt148 GROUPS
160 GROUPS
172 GROUPS
191 GROUPS
207 GROUPS
219 GROUPS
231 GROUPS
245 GROUPS
257 GROUPS
271 GROUPS
[all …]
/external/jcommander/src/test/java/com/beust/jcommander/
DDefaultProviderTest.java49 Assert.assertEquals(a.groups, "42"); in defaultProvider1()
56 ArgsDefault a = defaultProvider(DEFAULT_PROVIDER, "-groups", "foo", "f"); in defaultProvider2()
58 Assert.assertEquals(a.groups, "foo"); in defaultProvider2()
65 ArgsDefault a = defaultProvider(DEFAULT_PROVIDER, "-groups", "foo", "-level", "13", "f"); in defaultProvider3()
67 Assert.assertEquals(a.groups, "foo"); in defaultProvider3()
75 "-log", "19", "-groups", "foo", "-level", "13", "f"); in defaultProvider4()
77 Assert.assertEquals(a.groups, "foo"); in defaultProvider4()
86 Assert.assertEquals(a.groups, "unit"); in propertyFileDefaultProvider1()
93 ArgsDefault a = defaultProvider(new PropertyFileDefaultProvider(), "-groups", "foo", "f"); in propertyFileDefaultProvider2()
95 Assert.assertEquals(a.groups, "foo"); in propertyFileDefaultProvider2()
[all …]
/external/cronet/testing/libfuzzer/
Dgen_fuzzer_owners.py108 """Return list of groups, as well as their deps, from a list of deps."""
109 groups = []
122 groups.append(deps)
134 return groups, deps_for_groups
138 """Filter out groups from a deps list. Add groups' direct dependencies."""
142 # Keep track of groups to break circular dependendies, if any.
146 # Look for groups from the deps set.
147 groups, deps_for_groups = FindGroupsAndDepsInDeps(deps_to_check, build_dir)
148 groups = set(groups).difference(seen_groups)
149 if not groups:
[all …]
/external/pigweed/pw_rpc/nanopb/
DCMakeLists.txt168 GROUPS
180 GROUPS
192 GROUPS
211 GROUPS
227 GROUPS
239 GROUPS
253 GROUPS
265 GROUPS
279 GROUPS
292 GROUPS
[all …]

12345678910>>...203