| 323 | } |
| 324 | |
| 325 | XlaDeviceFlags* GetXlaDeviceFlags() { |
| 326 | std::call_once(flags_init, &AllocateAndParseFlags); |
| 327 | return device_flags; |
| 328 | } |
| 329 | |
| 330 | const XlaOpsCommonFlags& GetXlaOpsCommonFlags() { |
| 331 | std::call_once(flags_init, &AllocateAndParseFlags); |