Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddevice_description.cc61 std::unique_ptr<std::map<std::string, std::string>> owned_result{ in ToMap() local
63 std::map<std::string, std::string> &result = *owned_result; in ToMap()
104 return owned_result; in ToMap()