MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetXlaDeviceFlags

Function GetXlaDeviceFlags

tensorflow/compiler/jit/flags.cc:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

CreateDevicesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected