Home
last modified time | relevance | path

Searched full:remapping (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/IndustryStandard/
H A DDmaRemappingReportingTable.h2 DMA Remapping Reporting (DMAR) ACPI table definition from Intel(R)
26 /// DMA-Remapping Reporting Structure definitions from section 8.1
36 /// Remapping Structure Types definitions from section 8.2
48 /// DMA-Remapping Hardware Unit definitions from section 8.3
53 /// DMA-Remapping Device Scope Entry Structure definitions from section 8.3.1
74 /// Definition for DMA Remapping Structure Header
82 /// Definition for DMA-Remapping PCI Path
102 DMA-remapping hardware unit definition (DRHD) structure is defined in
103 section 8.3. This uniquely represents a remapping hardware unit present
112 - If Set, this remapping hardware unit has under its scope all
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/IndustryStandard/
H A DDmaRemappingReportingTable.h2 DMA Remapping Reporting (DMAR) ACPI table definition from Intel(R)
31 /// DMA-Remapping Reporting Structure definitions from section 8.1
41 /// Remapping Structure Types definitions from section 8.2
51 /// DMA-Remapping Hardware Unit definitions from section 8.3
56 /// DMA-Remapping Device Scope Entry Structure definitions from section 8.3.1
71 /// Definition for DMA Remapping Structure Header
79 /// Definition for DMA-Remapping PCI Path
98 DMA-remapping hardware unit definition (DRHD) structure is defined in
99 section 8.3. This uniquely represents a remapping hardware unit present
107 - If Set, this remapping hardware unit has under its scope all
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/IndustryStandard/
H A DDmaRemappingReportingTable.h2 DMA Remapping Reporting (DMAR) ACPI table definition from Intel(R)
25 /// DMA-Remapping Reporting Structure definitions from section 8.1
35 /// Remapping Structure Types definitions from section 8.2
45 /// DMA-Remapping Hardware Unit definitions from section 8.3
50 /// DMA-Remapping Device Scope Entry Structure definitions from section 8.3.1
65 /// Definition for DMA Remapping Structure Header
73 /// Definition for DMA-Remapping PCI Path
92 DMA-remapping hardware unit definition (DRHD) structure is defined in
93 section 8.3. This uniquely represents a remapping hardware unit present
101 - If Set, this remapping hardware unit has under its scope all
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/IndustryStandard/
H A DDmaRemappingReportingTable.h2 DMA Remapping Reporting (DMAR) ACPI table definition from Intel(R)
25 /// DMA-Remapping Reporting Structure definitions from section 8.1
35 /// Remapping Structure Types definitions from section 8.2
46 /// DMA-Remapping Hardware Unit definitions from section 8.3
51 /// DMA-Remapping Device Scope Entry Structure definitions from section 8.3.1
66 /// Definition for DMA Remapping Structure Header
74 /// Definition for DMA-Remapping PCI Path
93 DMA-remapping hardware unit definition (DRHD) structure is defined in
94 section 8.3. This uniquely represents a remapping hardware unit present
102 - If Set, this remapping hardware unit has under its scope all
[all …]
/aosp_15_r20/external/webrtc/audio/utility/
H A Dchannel_mixing_matrix_unittest.cc25 // Also ensure that the channel matrix fulfill certain conditions when remapping
57 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
59 if (remapping) { in TEST()
60 // Also ensure that (when remapping can take place), a maximum of one in TEST()
93 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
99 EXPECT_FALSE(remapping); in TEST()
113 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
120 EXPECT_TRUE(remapping); in TEST()
137 bool remapping = matrix_builder.CreateTransformationMatrix(&matrix); in TEST() local
145 EXPECT_FALSE(remapping); in TEST()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dcheckpoint_ops.py52 row remapping or only col remapping. If only row remapping is desired,
54 remapping.
78 considered for remapping.Must be smaller than the length of
83 remapping on the row axis.
85 to the new row vocabulary file. Can be None, which represents no remapping
91 remapping on the column axis.
94 remapping on the column axis - in which case, `new_col_vocab_size` works
141 "Must provide either row or column vocab files. If no remapping is "
156 # remapping to account for initializing partitioned Variables (when
215 r"""Returns a var initializer for loading and remapping a 2-D (matrix) tensor.
[all …]
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/
H A DKeyRemapperTests.kt124 val remapping = mKeyRemapper.keyRemapping in createKeyboard() constant
126 assertEquals("Remapping size should be $expectedSize", expectedSize, remapping.size) in createKeyboard()
132 "Remapping should include mapping from $fromKeyCode to $toKeyCode", in createKeyboard()
134 remapping.getOrDefault(fromKeyCode, -1) in createKeyboard()
142 "Remapping size should be 0 after clearAllModifierKeyRemappings", in createKeyboard()
158 val remapping = mKeyRemapper.keyRemapping in createKeyboard() constant
160 "Remapping should not be done if modifier key remapping is disabled", in createKeyboard()
162 remapping.size in createKeyboard()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_XPM/hw/
H A Dmhw_mi_hwcmd_xe_xpm.h312 //! executed, remapping in HW is done using engine specific remap table.
313 //! Render and Compute engine share a common remapping table to facilitate
314 //! remapping across engines, where as a dedicated remap table for each of
316 //! A MMIO remapping table per engine class is created with
318 //! engine class. However Render and Compute engine share a common remapping
319 //! table to facilitate remapping across engines, where as a dedicated remap
329 …AP_ENABLE_UNNAMED0 = 0, //!< MMIO remapping will not be appl…
330 …AP_ENABLE_UNNAMED1 = 1, //!< MMIO remapping will be applied …
464 //! executed, remapping in HW is done using engine specific remap table.
465 //! Render and Compute engine share a common remapping table to facilitate
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/io_ops/
H A Dcheckpoint_ops_test.py15 """Functional tests for the ops to generate and execute vocab remapping."""
52 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping(
60 self.assertAllEqual(expected_remapping, self.evaluate(remapping))
65 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping(
73 self.assertAllEqual(expected_remapping, self.evaluate(remapping))
78 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping(
86 self.assertAllEqual(expected_remapping, self.evaluate(remapping))
91 remapping, num_present = gen_checkpoint_ops.generate_vocab_remapping(
101 self.assertAllEqual(expected_remapping, self.evaluate(remapping))
132 # No column remapping, new weight matrix has second row, then first row.
[all …]
/aosp_15_r20/external/webp/src/utils/
H A Dpalette.c301 uint8_t remapping[MAX_PALETTE_SIZE]; in PaletteSortModifiedZeng() local
320 CoOccurrenceFindMax(cooccurrence, num_colors, &remapping[0], &remapping[1]); in PaletteSortModifiedZeng()
322 // We need to append and prepend to the list of remapping. To this end, we in PaletteSortModifiedZeng()
334 if (i == remapping[0] || i == remapping[1]) continue; in PaletteSortModifiedZeng()
336 sums[j].sum = cooccurrence[i * num_colors + remapping[0]] + in PaletteSortModifiedZeng()
337 cooccurrence[i * num_colors + remapping[1]]; in PaletteSortModifiedZeng()
348 const uint16_t l_j = remapping[(ind + j) % num_colors]; in PaletteSortModifiedZeng()
354 remapping[first] = best_index; in PaletteSortModifiedZeng()
357 remapping[last] = best_index; in PaletteSortModifiedZeng()
375 palette[i] = palette_in[remapping[(first + i) % num_colors]]; in PaletteSortModifiedZeng()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/
H A Dmhw_mi_hwcmd_g12_X.h314 //! executed, remapping in HW is done using engine specific remap table.
315 //! Render and Compute engine share a common remapping table to facilitate
316 //! remapping across engines, where as a dedicated remap table for each of
318 //! <p>A MMIO remapping table per engine class is created with MMIO address
320 //! However Render and Compute engine share a common remapping table to
321 //! facilitate remapping across engines, where as a dedicated remap table
331 …AP_ENABLE_UNNAMED0 = 0, //!< MMIO remapping will not be appl…
332 …AP_ENABLE_UNNAMED1 = 1, //!< MMIO remapping will be applied …
451 //! executed, remapping in HW is done using engine specific remap table.
452 //! Render and Compute engine share a common remapping table to facilitate
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dload_and_remap_matrix_op.cc38 const TTypes<const int64_t>::Vec& remapping, std::vector<bool>* id_present, in RemapVectorToMap() argument
41 id_present->resize(remapping.size(), false); in RemapVectorToMap()
42 for (int i = 0; i < remapping.size(); ++i) { in RemapVectorToMap()
43 const int64_t old_id = remapping(i); in RemapVectorToMap()
71 // Checks what we're remapping and inverts the relevant remapping Tensors to in Compute()
105 // Processes the remapping for columns. in Compute()
165 // loading (even when no column remapping is specified) if there turns out in Compute()
241 // Copies over the row element-by-element, in case remapping is needed in Compute()
251 // Column remapping is specified, but this column is not found in in Compute()
H A Dgenerate_vocab_remapping_op.cc35 // This Op generates a vocab remapping Tensor from an old and new vocabulary
140 Tensor* remapping; in Compute() local
143 "remapping", TensorShape({num_new_vocab_}), &remapping)); in Compute()
149 OP_REQUIRES_OK(context, old_vocab_table->Find(context, tokens, remapping, in Compute()
152 // Iterate through remapping to calculate num_present. in Compute()
153 const auto remapping_vec = remapping->vec<int64_t>(); in Compute()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_XPM_base/hw/
H A Dmhw_mi_hwcmd_xe_xpm_base.h342 //! executed, remapping in HW is done using engine specific remap table.
343 //! Render and Compute engine share a common remapping table to facilitate
344 //! remapping across engines, where as a dedicated remap table for each of
346 //! <p>A MMIO remapping table per engine class is created with MMIO address
348 //! However Render and Compute engine share a common remapping table to
349 //! facilitate remapping across engines, where as a dedicated remap table
359 … MMIO_REMAP_ENABLE_UNNAMED0 = 0, //!< MMIO remapping will not be applied to the MMIO address.
360 …MMIO_REMAP_ENABLE_UNNAMED1 = 1, //!< MMIO remapping will be applied to the MMIO address prior to …
491 //! executed, remapping in HW is done using engine specific remap table.
492 //! Render and Compute engine share a common remapping table to facilitate
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/hw/
H A Dmhw_mi_hwcmd_xe_lpm_plus_base_next.h343 //! executed, remapping in HW is done using engine specific remap table.
344 //! Render and Compute engine share a common remapping table to facilitate
345 //! remapping across engines, where as a dedicated remap table for each of
347 //! A MMIO remapping table per engine class is created with
349 //! engine class. However Render and Compute engine share a common remapping
350 //! table to facilitate remapping across engines, where as a dedicated remap
360 … MMIO_REMAP_ENABLE_UNNAMED0 = 0, //!< MMIO remapping will not be applied to the MMIO address.
361 …MMIO_REMAP_ENABLE_UNNAMED1 = 1, //!< MMIO remapping will be applied to the MMIO address prior to …
498 //! executed, remapping in HW is done using engine specific remap table.
499 //! Render and Compute engine share a common remapping table to facilitate
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/hw/
H A Dmhw_mi_hwcmd_xe2_lpm_base_next.h343 //! executed, remapping in HW is done using engine specific remap table.
344 //! Render and Compute engine share a common remapping table to facilitate
345 //! remapping across engines, where as a dedicated remap table for each of
347 //! A MMIO remapping table per engine class is created with
349 //! engine class. However Render and Compute engine share a common remapping
350 //! table to facilitate remapping across engines, where as a dedicated remap
360 … MMIO_REMAP_ENABLE_UNNAMED0 = 0, //!< MMIO remapping will not be applied to the MMIO address.
361 …MMIO_REMAP_ENABLE_UNNAMED1 = 1, //!< MMIO remapping will be applied to the MMIO address prior to …
498 //! executed, remapping in HW is done using engine specific remap table.
499 //! Render and Compute engine share a common remapping table to facilitate
[all …]
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dencoding_helper.py632 """Return the appropriate remapping for the given enum, or None."""
639 """Return the appropriate remapping for the given field, or None."""
647 """Common code for fetching a key or value from a remapping dict."""
651 'for %s remapping' % mapping_type)
654 'Must specify either python_name or json_name for %s remapping' % (
674 remapping = getter(message_type, python_name=python_name)
675 if remapping is not None and remapping != json_name:
678 mapping_type, python_name, remapping))
679 remapping = getter(message_type, json_name=json_name)
680 if remapping is not None and remapping != python_name:
[all …]
/aosp_15_r20/external/deqp-deps/glslang/
DREADME-spirv-remap.txt10 load/store optimization. It transforms SPIR-V to SPIR-V, remapping IDs. The
16 Remapping is accomplished via canonicalization. Thus, modules can be
26 remapping defects, it has only been exercised on one real world game shader
46 1. Basic ID remapping
48 Perform ID remapping on all shaders in "*.spv", writing new files with
95 The "opts" parameter to remap() accepts a bit mask of desired remapping
96 options. See REMAPPING AND OPTIMIZATION OPTIONS.
119 REMAPPING AND OPTIMIZATION OPTIONS
/aosp_15_r20/external/angle/third_party/glslang/src/
H A DREADME-spirv-remap.txt10 load/store optimization. It transforms SPIR-V to SPIR-V, remapping IDs. The
16 Remapping is accomplished via canonicalization. Thus, modules can be
26 remapping defects, it has only been exercised on one real world game shader
45 1. Basic ID remapping
47 Perform ID remapping on all shaders in "*.spv", writing new files with
94 The "opts" parameter to remap() accepts a bit mask of desired remapping
95 options. See REMAPPING AND OPTIMIZATION OPTIONS.
118 REMAPPING AND OPTIMIZATION OPTIONS
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/
H A Dapi_def_GenerateVocabRemapping.pbtxt16 name: "remapping"
48 summary: "Given a path to new and old vocabulary files, returns a remapping Tensor of"
50 length `num_new_vocab`, where `remapping[i]` contains the row number in the old
64 `num_new_vocab = 3, new_vocab_offset = 1`, the returned remapping would be
69 values to initialize in a weight matrix remapping
74 corresponding to div-partitioned variables. Moreover, the underlying remapping
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DMap.java1079 * <p>If the remapping function returns {@code null}, the mapping is removed.
1080 * If the remapping function itself throws an (unchecked) exception, the
1083 * <p>The remapping function should not modify this map during computation.
1102 * remapping function modifies this map during computation and, if
1106 * remapping function modifies this map during computation. Concurrent
1109 * remapping function modifies this map during computation and as a result
1117 * whether the remapping function is applied once atomically only if the
1121 * @param remappingFunction the remapping function to compute a value
1165 * <p>If the remapping function returns {@code null}, the mapping is removed
1166 * (or remains absent if initially absent). If the remapping function
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/23/libcore/ojluni/src/main/java/java/util/
DMap.java1079 * <p>If the remapping function returns {@code null}, the mapping is removed.
1080 * If the remapping function itself throws an (unchecked) exception, the
1083 * <p>The remapping function should not modify this map during computation.
1102 * remapping function modifies this map during computation and, if
1106 * remapping function modifies this map during computation. Concurrent
1109 * remapping function modifies this map during computation and as a result
1117 * whether the remapping function is applied once atomically only if the
1121 * @param remappingFunction the remapping function to compute a value
1165 * <p>If the remapping function returns {@code null}, the mapping is removed
1166 * (or remains absent if initially absent). If the remapping function
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DMap.java1079 * <p>If the remapping function returns {@code null}, the mapping is removed.
1080 * If the remapping function itself throws an (unchecked) exception, the
1083 * <p>The remapping function should not modify this map during computation.
1102 * remapping function modifies this map during computation and, if
1106 * remapping function modifies this map during computation. Concurrent
1109 * remapping function modifies this map during computation and as a result
1117 * whether the remapping function is applied once atomically only if the
1121 * @param remappingFunction the remapping function to compute a value
1165 * <p>If the remapping function returns {@code null}, the mapping is removed
1166 * (or remains absent if initially absent). If the remapping function
[all …]
/aosp_15_r20/external/clang/include/clang/Serialization/
H A DModule.h239 /// \brief Remapping table for source locations in this module.
257 /// \brief Remapping table for identifier IDs in this module.
293 /// \brief Remapping table for macro IDs in this module.
312 /// \brief Remapping table for preprocessed entity IDs in this module.
341 /// \brief Remapping table for submodule IDs in this module.
358 /// \brief Remapping table for selector IDs in this module.
390 /// \brief Remapping table for declaration IDs in this module.
430 /// \brief Remapping table for type IDs in this module.
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DModuleFile.h295 /// Remapping table for source locations in this module.
314 /// Remapping table for identifier IDs in this module.
354 /// Remapping table for macro IDs in this module.
373 /// Remapping table for preprocessed entity IDs in this module.
409 /// Remapping table for submodule IDs in this module.
426 /// Remapping table for selector IDs in this module.
461 /// Remapping table for declaration IDs in this module.
501 /// Remapping table for type IDs in this module.

12345678910>>...33