Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AppendMarkForCompilationPassFlags
Function
AppendMarkForCompilationPassFlags
tensorflow/compiler/jit/flags.cc:341–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
339
}
340
341
void AppendMarkForCompilationPassFlags(std::vector<Flag>* flag_list) {
342
std::call_once(flags_init, &AllocateAndParseFlags);
343
AppendMarkForCompilationPassFlagsInternal(flag_list);
344
}
345
} // namespace tensorflow
Callers
1
main
Function · 0.85
Calls
1
AppendMarkForCompilationPassFlagsInternal
Function · 0.85
Tested by
1
main
Function · 0.68