Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dhost_or_device_scalar.h33 HostOrDeviceScalar(ElemT value) : value_(value), is_pointer_(false) {} in HostOrDeviceScalar() function
34 explicit HostOrDeviceScalar(const DeviceMemory<ElemT>& pointer) in HostOrDeviceScalar() function
67 HostOrDeviceScalar(float value) in HostOrDeviceScalar() function
70 HostOrDeviceScalar(double value) in HostOrDeviceScalar() function
73 HostOrDeviceScalar(Eigen::half value) in HostOrDeviceScalar() function
76 HostOrDeviceScalar(int8 value) in HostOrDeviceScalar() function
79 HostOrDeviceScalar(int32 value) in HostOrDeviceScalar() function
82 HostOrDeviceScalar(std::complex<float> value) in HostOrDeviceScalar() function
87 HostOrDeviceScalar(std::complex<double> value) in HostOrDeviceScalar() function
92 explicit HostOrDeviceScalar(const DeviceMemory<T>& pointer) in HostOrDeviceScalar() function
[all …]
Dblas.h64 class HostOrDeviceScalar; variable