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

Function GetMarkForCompilationPassFlags

tensorflow/compiler/jit/flags.cc:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315MarkForCompilationPassFlags* GetMarkForCompilationPassFlags() {
316 std::call_once(flags_init, &AllocateAndParseFlags);
317 return mark_for_compilation_flags;
318}
319
320MarkForCudaGraphModePassFlags* GetMarkForCudaGraphModePassFlags() {
321 std::call_once(flags_init, &AllocateAndParseFlags);

Callers 12

GetCompilationDeviceMethod · 0.85
mainFunction · 0.85
RunMethod · 0.85
GetXlaGlobalJitLevelFunction · 0.85
GetOrCreateWhitelistFunction · 0.85
RunMethod · 0.85
RunForTestMethod · 0.85
RunMethod · 0.85
TF_EnableXLACompilationFunction · 0.85
TF_SetXlaMinClusterSizeFunction · 0.85
TF_CreateConfigFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68