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

Function GetBuildXlaOpsPassFlags

tensorflow/compiler/jit/flags.cc:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310BuildXlaOpsPassFlags* GetBuildXlaOpsPassFlags() {
311 std::call_once(flags_init, &AllocateAndParseFlags);
312 return build_ops_flags;
313}
314
315MarkForCompilationPassFlags* GetMarkForCompilationPassFlags() {
316 std::call_once(flags_init, &AllocateAndParseFlags);

Callers 7

GetGraphMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected