MCPcopy 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
341void AppendMarkForCompilationPassFlags(std::vector<Flag>* flag_list) {
342 std::call_once(flags_init, &AllocateAndParseFlags);
343 AppendMarkForCompilationPassFlagsInternal(flag_list);
344}
345} // namespace tensorflow

Callers 1

mainFunction · 0.85

Tested by 1

mainFunction · 0.68