Home
last modified time | relevance | path

Searched refs:runtime_version_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.h53 const std::string &runtime_version() const { return runtime_version_; } in runtime_version()
182 std::string runtime_version_; variable
244 device_description_->runtime_version_ = value; in set_runtime_version()
Ddevice_description.cc33 runtime_version_(kUndefinedString), in DeviceDescription()