Home
last modified time | relevance | path

Searched refs:dimension (Results 1 – 25 of 58) sorted by relevance

123

/hardware/interfaces/neuralnetworks/1.1/
Dtypes.hal32 * This operation reshapes the batch dimension (dimension 0) into M + 1
49 * sizes for each spatial dimension of the input tensor. All values
70 * The size of the output is the maximum size along each dimension of the
75 * input1.dimension = {4, 1, 2}
76 * input2.dimension = {5, 4, 3, 1}
77 * output.dimension = {5, 4, 3, 2}
149 * for each spatial dimension of the input tensor. The shape of the
152 * front of dimension i.
154 * end of dimension i.
159 * dimension of the output tensor has the same size as the
[all …]
/hardware/google/graphics/gs101/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp24 int32_t convertDqeMatrixDataToDrmMatrix(T &colorMatrix, M &mat, uint32_t dimension) { in convertDqeMatrixDataToDrmMatrix() argument
25 if (colorMatrix.coeffs.size() != (dimension * dimension)) { in convertDqeMatrixDataToDrmMatrix()
30 if (colorMatrix.offsets.size() != dimension) { in convertDqeMatrixDataToDrmMatrix()
35 for (uint32_t i = 0; i < (dimension * dimension); i++) { in convertDqeMatrixDataToDrmMatrix()
39 for (uint32_t i = 0; i < dimension; i++) { in convertDqeMatrixDataToDrmMatrix()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurstUtils.cpp102 for (uint32_t dimension : input.dimensions) { in serialize() local
104 data.back().inputOperandDimensionValue(dimension); in serialize()
118 for (uint32_t dimension : output.dimensions) { in serialize() local
120 data.back().outputOperandDimensionValue(dimension); in serialize()
169 for (uint32_t dimension : operand.dimensions) { in serialize() local
171 data.back().operandDimensionValue(dimension); in serialize()
240 const uint32_t dimension = data.at(index).inputOperandDimensionValue(); in deserialize() local
244 dimensions.push_back(dimension); in deserialize()
281 const uint32_t dimension = data.at(index).outputOperandDimensionValue(); in deserialize() local
285 dimensions.push_back(dimension); in deserialize()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddispatch.adoc27 dimension.
29 dimension.
31 dimension.
94 dimension.
96 dimension.
98 dimension.
146 dimension.
148 dimension.
150 dimension.
200 A subpass shading dispatches a compute pipeline work with the work dimension
/hardware/interfaces/neuralnetworks/1.0/
Dtypes.hal25 * with at least one dimension). Types not prefaced by TENSOR_* represent
91 * The size of the output is the maximum size along each dimension of the
97 * input1.dimension = {4, 1, 2}
98 * input2.dimension = {5, 4, 3, 1}
99 * output.dimension = {5, 4, 3, 2}
150 * the left, in the ‘width’ dimension.
152 * the right, in the ‘width’ dimension.
154 * the top, in the ‘height’ dimension.
156 * the bottom, in the ‘height’ dimension.
158 * walking through input in the ‘width’ dimension.
[all …]
/hardware/google/graphics/zuma/libhwc2.1/libcolormanager/
DDisplayColorModule.cpp25 int32_t convertDqeMatrixDataToDrmMatrix(T &colorMatrix, M &mat, uint32_t dimension) { in convertDqeMatrixDataToDrmMatrix() argument
26 if (colorMatrix.coeffs.size() != (dimension * dimension)) { in convertDqeMatrixDataToDrmMatrix()
30 if (colorMatrix.offsets.size() != dimension) { in convertDqeMatrixDataToDrmMatrix()
35 for (uint32_t i = 0; i < (dimension * dimension); i++) { in convertDqeMatrixDataToDrmMatrix()
39 for (uint32_t i = 0; i < dimension; i++) { in convertDqeMatrixDataToDrmMatrix()
/hardware/interfaces/neuralnetworks/1.2/
Dtypes.hal79 * - channelDim: a 32 bit unsigned integer indicating channel dimension.
84 * The channel dimension of this tensor must not be unknown (dimensions[channelDim] != 0).
89 * where C is an index in the Channel dimension.
167 * The size of the output is the maximum size along each dimension of the
173 * input1.dimension = {4, 1, 2}
174 * input2.dimension = {5, 4, 3, 1}
175 * output.dimension = {5, 4, 3, 2}
178 * dimension is only compatible with 0 or 1. The size of the output
179 * dimension is zero if either of corresponding input dimension is zero.
236 * the left, in the ‘width’ dimension.
[all …]
Dtypes.t133 * 2.2) For each dimension element of the operand:
137 * 3.2) For each dimension element of the operand:
262 * 2.2) For each dimension element of the operand:
/hardware/interfaces/neuralnetworks/1.3/
Dtypes.hal103 * The size of the output is the maximum size along each dimension of the
109 * input1.dimension = {4, 1, 2}
110 * input2.dimension = {5, 4, 3, 1}
111 * output.dimension = {5, 4, 3, 2}
114 * dimension is only compatible with 0 or 1. The size of the output
115 * dimension is zero if either of corresponding input dimension is zero.
179 * the left, in the ‘width’ dimension.
181 * the right, in the ‘width’ dimension.
183 * the top, in the ‘height’ dimension.
185 * the bottom, in the ‘height’ dimension.
[all …]
DIBuffer.hal49 * dimension that was specified in the IBuffer object must have the same value here.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/
Ddispatch.adoc37 in which the grid (similar to workgroup) dimension, function handle and
69 dimension.
73 dimension.
77 dimension.
80 * pname:blockDimX is block size in the X dimension.
81 * pname:blockDimY is block size in the Y dimension.
82 * pname:blockDimZ is block size in the Z dimension.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_HUAWEI_cluster_culling_shader/
Ddrawing.adoc25 dimension.
27 dimension.
29 dimension.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_mesh_shader/
Ddrawing.adoc24 dimension.
25 Y and Z dimension are implicitly set to one.
107 dimension.
108 Y and Z dimension are implicitly set to one.
199 dimension.
201 dimension.
203 dimension.
285 dimension.
287 dimension.
289 dimension.
Dmesh.adoc46 to this instruction must: be less than or equal to the respective dimension
215 The view number is used to index the first dimension of these arrays.
217 The second dimension of the code:ClipDistancePerViewNV, and
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_commands.h55 int pr_client_socket_id, cam_dimension_t dimension,
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_commands.c38 int pr_client_socket_id, cam_dimension_t dimension, in tuneserver_initialize_prevtuningp() argument
55 NULL, TUNE_PREVCMD_SETDIM, (void *)&dimension, in tuneserver_initialize_prevtuningp()
/hardware/interfaces/renderscript/1.0/
DIContext.hal42 * dimension present in the allocation that is not present in the type must
43 * be constrained away with the selectors. If a dimension is present in
46 * value in the adapter for that dimension must act as the base address,
48 * If the type and allocation dimension are of the same size, then setting
49 * the selector for the dimension must be an error.
258 * must be the stride in X dimension measuring in bytes.
284 * must be the stride in X dimension measuring in bytes.
387 * must be the stride in X dimension measuring in bytes.
417 * must be the stride in X dimension measuring in bytes.
440 * TODO: what does "new dimension" mean? IS the type of the resized
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_HUAWEI_cluster_culling_shader.adoc57 * `groupCountX` is the number of local workgroups to dispatch in the X dimension.
58 * `groupCountY` is the number of local workgroups to dispatch in the Y dimension
59 * `groupCountZ` is the number of local workgroups to dispatch in the Z dimension
/hardware/interfaces/audio/5.0/
DIStreamIn.hal189 * for their combined field dimension.
193 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/interfaces/audio/6.0/
DIStreamIn.hal189 * for their combined field dimension.
193 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_sampler_mirror_clamp_to_edge.adoc44 Creating a sampler with the new address mode in each dimension
DVK_NV_corner_sampled_image.adoc28 dimension of the image.
DVK_EXT_subgroup_size_control.adoc70 This requires the workgroup size in the X dimension to be a multiple of the
/hardware/interfaces/audio/7.0/
DIStreamIn.hal201 * for their combined field dimension.
205 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal92 * Maximum dimension supported by HWC for virtual display.

123