Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddevice_options.h37 struct DeviceOptions { struct
58 explicit DeviceOptions(unsigned flags) : flags_(flags) { in DeviceOptions() argument
63 static DeviceOptions Default() { return DeviceOptions(0); } in Default() argument
67 bool operator==(const DeviceOptions& other) const { argument
94 // DeviceOptions subclass proliferation. argument
95 std::map<std::string, std::string> non_portable_tags;