Home
last modified time | relevance | path

Searched defs:HostOrDeviceScalar (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dhost_or_device_scalar.h31 explicit HostOrDeviceScalar(T host_value) : value_(std::move(host_value)) {} in HostOrDeviceScalar() function
32 explicit HostOrDeviceScalar(DeviceMemory<T> device_ptr) in HostOrDeviceScalar() function
Dblas.h66 class HostOrDeviceScalar; variable