Searched refs:flags_init (Results 1 – 3 of 3) sorted by relevance
31 std::once_flag flags_init; variable111 std::call_once(flags_init, &AllocateAndParseFlags); in GetBuildXlaOpsPassFlags()116 std::call_once(flags_init, &AllocateAndParseFlags); in GetMarkForCompilationPassFlags()121 std::call_once(flags_init, &AllocateAndParseFlags); in GetXlaDeviceFlags()126 std::call_once(flags_init, &AllocateAndParseFlags); in GetXlaOpsCommonFlags()131 std::call_once(flags_init, &AllocateAndParseFlags); in AppendMarkForCompilationPassFlags()
62 static std::once_flag flags_init; variable389 std::call_once(flags_init, &AllocateFlags); in AppendDebugOptionsFlags()395 std::call_once(flags_init, &AllocateFlags); in GetDebugOptionsFromFlags()
86 static std::once_flag flags_init; member90 std::call_once(flags_init, [] { in GetSerializedExample()129 std::once_flag ExampleStore<T>::flags_init; member in tensorflow::ExampleStore<T>