Searched defs:DefaultDevice (Results 1 - 3 of 3) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDeviceDefault.h17 struct DefaultDevice { struct in namespace:Eigen
H A DTensorExecutor.h49 class TensorExecutor<Expression, DefaultDevice, true>
54 static inline void run(const Expression& expr, const DefaultDevice& device = DefaultDevice()) argument
56 TensorEvaluator<Expression, DefaultDevice> evaluator(expr, device);
61 const int PacketSize = unpacket_traits<typename TensorEvaluator<Expression, DefaultDevice>::PacketReturnType>::size;
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCase.cpp244 class DefaultDevice class in namespace:vkt
247 DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine);
248 ~DefaultDevice (void);
283 DefaultDevice::DefaultDevice (const PlatformInterface& vkPlatform, const tcu::CommandLine& cmdLine) function in class:vkt::DefaultDevice
302 DefaultDevice::~DefaultDevice (void)
306 VkQueue DefaultDevice::getUniversalQueue (void) const
316 vk::Allocator* createAllocator (DefaultDevice* device)
334 , m_device (new DefaultDevice(m_platformInterfac
[all...]

Completed in 99 milliseconds