Searched defs:HostOrDeviceScalar (Results 1 – 2 of 2) sorted by relevance
31 explicit HostOrDeviceScalar(T host_value) : value_(std::move(host_value)) {} in HostOrDeviceScalar() function32 explicit HostOrDeviceScalar(DeviceMemory<T> device_ptr) in HostOrDeviceScalar() function
66 class HostOrDeviceScalar; variable