Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_config.h107 return static_device_assignment_.has_value(); in has_static_device_assignment()
112 CHECK(static_device_assignment_.has_value()); in static_device_assignment()
113 return *static_device_assignment_; in static_device_assignment()
116 static_device_assignment_ = device_assignment; in set_static_device_assignment()
137 absl::optional<DeviceAssignment> static_device_assignment_; variable
Dcompiler.h87 return static_device_assignment_.has_value(); in has_static_device_assignment()
90 CHECK(static_device_assignment_.has_value()); in static_device_assignment()
91 return *static_device_assignment_; in static_device_assignment()
94 static_device_assignment_ = device_assignment; in set_static_device_assignment()
103 absl::optional<DeviceAssignment> static_device_assignment_; variable