Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dimport_data.cpp105 auto find_custom_class_with_setstate = [&qn]() -> c10::ClassTypePtr { in readArchive() local
117 } else if (auto custom_class_type = find_custom_class_with_setstate()) { in readArchive()
H A Dimport.cpp129 auto find_custom_class_with_setstate = [&qn]() -> c10::ClassTypePtr { in objLoaderMobile() local
141 } else if (auto custom_class_type = find_custom_class_with_setstate()) { in objLoaderMobile()