Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddevice_options.h36 struct DeviceOptions { struct
57 explicit DeviceOptions(unsigned flags) : flags_(flags) { in DeviceOptions() argument
62 static DeviceOptions Default() { return DeviceOptions(0); } in Default() argument
66 bool operator==(const DeviceOptions& other) const { argument
80 // DeviceOptions subclass proliferation. argument
81 std::map<std::string, std::string> non_portable_tags;