Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dsource_range_serialization.cpp181 c10::ivalue::Tuple::create({kFormatWithStringTable, textTable, ivalue}), in pickle()
218 kFormatWithStringTable == ivalues[0].toStringRef()) { in unpickle()
H A Dsource_range_serialization.h22 constexpr c10::string_view kFormatWithStringTable = "FORMAT_WITH_STRING_TABLE"; variable
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Ddebug_info.cpp132 kFormatWithStringTable == ivalues[0].toStringRef()) { in MobileDebugTable()