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

Function SetXlaAutoJitFlagFromFlagString

tensorflow/compiler/jit/flags.cc:305–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303} // namespace
304
305bool SetXlaAutoJitFlagFromFlagString(const string& value) {
306 std::call_once(flags_init, &AllocateAndParseFlags);
307 return SetterForXlaAutoJitFlag(value);
308}
309
310BuildXlaOpsPassFlags* GetBuildXlaOpsPassFlags() {
311 std::call_once(flags_init, &AllocateAndParseFlags);

Callers 1

TF_SetXlaAutoJitModeFunction · 0.85

Calls 1

SetterForXlaAutoJitFlagFunction · 0.85

Tested by

no test coverage detected