/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_audioop.py | 15 packs = {w: (lambda *data, width=w: pack(width, data)) for w in (1, 2, 3, 4)} variable 21 2: packs[2](0, 0x1234, 0x4567, -0x4567, 0x7fff, -0x8000, -1), 22 3: packs[3](0, 0x123456, 0x456789, -0x456789, 0x7fffff, -0x800000, -1), 23 4: packs[4](0, 0x12345678, 0x456789ab, -0x456789ab, 42 p = packs[w] 57 p = packs[w] 72 self.assertEqual(audioop.maxpp(packs[w](*range(100)), w), 0) 73 self.assertEqual(audioop.maxpp(packs[w](9, 10, 5, 5, 0, 1), w), 10) 82 p = packs[w] 90 self.assertEqual(audioop.avg(packs[4](0x50000000, 0x70000000), 4), [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_audioop.py | 17 packs = { variable 27 2: packs[2](0, 0x1234, 0x4567, -0x4567, 0x7fff, -0x8000, -1), 28 4: packs[4](0, 0x12345678, 0x456789ab, -0x456789ab, 44 p = packs[w] 55 p = packs[w] 68 self.assertEqual(audioop.maxpp(packs[w](*range(100)), w), 0) 69 self.assertEqual(audioop.maxpp(packs[w](9, 10, 5, 5, 0, 1), w), 10) 76 p = packs[w] 84 self.assertEqual(audioop.avg(packs[4](0x50000000, 0x70000000), 4), 86 self.assertEqual(audioop.avg(packs[4](-0x50000000, -0x70000000), 4), [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/ |
H A D | cross_device_utils_test.py | 144 packs = cross_device_utils.group_by_size(values, bytes_per_pack=200) 145 self.assertLen(packs, 2) 146 self.assertLen(packs[0], 3) 147 self.assertEqual(packs[0][0].shape, [2, 4, 4]) 148 self.assertEqual(packs[0][1].shape, [8]) 149 self.assertEqual(packs[0][2].shape, [10, 10]) 150 self.assertLen(packs[1], 1) 151 self.assertEqual(packs[1][0].shape, [1]) 158 packs = cross_device_utils.group_by_size(values, bytes_per_pack=0) 159 self.assertLen(packs, 1) [all …]
|
H A D | cross_device_utils.py | 684 packs = [] 698 if not packs or last_pack_size > bytes_per_pack: 699 packs.append([]) 701 packs[-1].append(value) 703 return packs
|
H A D | cross_device_ops.py | 1147 packs = cross_device_utils.group_by_size(dense_values, 1155 options.implementation, len(packs)) 1157 dense_results = launcher.batch_all_reduce(packs, options)
|
/aosp_15_r20/external/llvm/test/CodeGen/SystemZ/ |
H A D | vec-move-17.ll | 41 ; a chain of packs. 72 ; a chain of packs. 84 ; a chain of packs.
|
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/ |
H A D | bi_packer.c.py | 310 packs = [pack_variant(e, instructions[e]) for e in instructions] variable 311 for p in packs:
|
/aosp_15_r20/frameworks/native/libs/ftl/ |
H A D | README.md | 33 Template parameter packs are named with the following convention:
|
/aosp_15_r20/device/generic/car/tools/ |
D | pack_avd_img.sh | 17 echo pack_avd_img.sh packs AVD images you built to be used on other hosts.
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1/ |
H A D | patch_jobs.proto | 194 // updates, and updates. Additionally, service packs may contain additional 196 // product. Service packs my also contain a limited number of
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/agentendpoint/v1beta/ |
H A D | patch_jobs.proto | 196 // updates, and updates. Additionally, service packs may contain additional 198 // product. Service packs my also contain a limited number of
|
/aosp_15_r20/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
H A D | blocks.mm | 124 ... // expected-error{{pack expansion does not contain any unexpanded parameter packs}}
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
D | cp-tree.def | 391 types when instantiated with one or more argument packs. 400 packs that are used in this pack expansion. 414 expressions when instantiated with one or more argument packs.
|
/aosp_15_r20/external/gemmlowp/meta/ |
H A D | README | 17 packs (the kernel 'shape' is 3x3x8 compared to the previous 12x4x2). By using
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | mobile_optimizer.rst | 16 … pass rewrites the graph to replace ``Conv2D/Linear`` with 1) op that pre-packs weight for XNNPACK…
|
/aosp_15_r20/external/mesa3d/src/intel/genxml/ |
H A D | README | 19 lower 5 bits of the offset are always zero, so the hw packs in a
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 840 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 1052 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, in packs() function in HvxSelector 1250 OpRef P = packs(SM, Va, Vb, Results, NewMask); in shuffs2() 1280 OpRef P = packs(SM, OpRef::lo(Va), OpRef::hi(Va), Results, PackedMask); in shuffp1()
|
/aosp_15_r20/external/pigweed/pw_log_tokenized/ |
H A D | docs.rst | 87 ``pw_log_tokenized`` packs runtime-accessible metadata into a 32-bit integer
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 976 OpRef packs(ShuffleMask SM, OpRef Va, OpRef Vb, ResultStack &Results, 1270 OpRef HvxSelector::packs(ShuffleMask SM, OpRef Va, OpRef Vb, in packs() function in HvxSelector 1618 OpRef P = packs(SM, Va, Vb, Results, PackedMask); in shuffs2() 1651 OpRef P = packs(SM, OpRef::lo(Va), OpRef::hi(Va), Results, PackedMask); in shuffp1()
|
/aosp_15_r20/build/soong/cmd/extract_apks/bundle_proto/ |
H A D | config.proto | 240 // from assets paths for this dimension when splits (e.g: "asset packs") or
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1beta/ |
H A D | patch_jobs.proto | 525 // updates, and updates. Additionally, service packs may contain additional 527 // product. Service packs my also contain a limited number of
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1/ |
H A D | patch_jobs.proto | 559 // updates, and updates. Additionally, service packs may contain additional 561 // product. Service packs my also contain a limited number of
|
/aosp_15_r20/external/aws-sdk-java-v2/changelogs/ |
H A D | 2.14.x-CHANGELOG.md | 46 …ivery-s3-bucket as an optional parameter for conformance packs and organizational conformance packs
|
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1beta/src/main/proto/google/cloud/osconfig/v1beta/ |
H A D | patch_jobs.proto | 525 // updates, and updates. Additionally, service packs may contain additional 527 // product. Service packs my also contain a limited number of
|
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1/src/main/proto/google/cloud/osconfig/v1/ |
H A D | patch_jobs.proto | 559 // updates, and updates. Additionally, service packs may contain additional 561 // product. Service packs my also contain a limited number of
|