Home
last modified time | relevance | path

Searched refs:should_use_format_with_string_table_ (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dsource_range_serialization.cpp16 thread_local bool should_use_format_with_string_table_ = true; variable
127 if (should_use_format_with_string_table_) { in serialize_source()
179 if (should_use_format_with_string_table_) { in pickle()
257 should_use_format_with_string_table_ = should_use_format_with_string_table; in setShouldUseFormatWithStringTable()