.. index:: pair: struct; MDLocalAccessorTy .. _doxid-db/dfd/struct_m_d_local_accessor_ty: struct MDLocalAccessorTy ======================== .. toctree:: :hidden: Structure to be used to specify dimensionality and type of local_accessor kernel type argument. .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct MDLocalAccessorTy { // fields size_t :target:`dim0`; size_t :target:`dim1`; size_t :target:`dim2`; :ref:`DPCTLKernelArgType` :target:`dpctl_type_id`; size_t :target:`ndim`; };