Home
last modified time | relevance | path

Searched defs:DeviceArray (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/gpu/containers/include/pcl/gpu/containers/impl/
H A Ddevice_array.hpp47 inline DeviceArray<T>::DeviceArray() in DeviceArray() function in pcl::gpu::DeviceArray
51 inline DeviceArray<T>::DeviceArray(std::size_t size) : DeviceMemory(size * elem_size) in DeviceArray() function in pcl::gpu::DeviceArray
55 inline DeviceArray<T>::DeviceArray(T* ptr, std::size_t size) in DeviceArray() function in pcl::gpu::DeviceArray
60 inline DeviceArray<T>::DeviceArray(const DeviceArray& other) : DeviceMemory(other) in DeviceArray() function in pcl::gpu::DeviceArray
/dports/math/mfem/mfem-4.3/linalg/
H A Ddtensor.hpp142 typedef DeviceTensor<1,int> DeviceArray; typedef
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2TbltDevicePkg/Include/
H A DAlertStandardFormatTable.h70 #define ASF_ALRT_SENSOR_ARRAY_LENGTH 36
71
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
H A DAlertStandardFormatTable.h67 UINT8 DeviceArray[ASF_ALRT_SENSOR_ARRAY_LENGTH]; member
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/Vlv2TbltDevicePkg/Include/
H A DAlertStandardFormatTable.h64 UINT8 NumberOfAlerts;
/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dxla.py1017 DeviceArray = xc.DeviceArrayBase variable
1020 class DeviceArray: # type: ignore class
/dports/net/freerdp/freerdp-2.5.0/include/freerdp/
H A Dsettings.h1489 ALIGN64 RDPDR_DEVICE** DeviceArray; /* 4163 */ member