Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dparse_operators.h7 enum MobileModuleLoadOptions { enum
16 MobileModuleLoadOptions::OPERATOR_CHECK;
H A Dparse_operators.cpp25 (module_load_options & MobileModuleLoadOptions::OPERATOR_CHECK)); in parseOperators()
H A Dimport.cpp523 MobileModuleLoadOptions::PARSE_ALL_EXTRA_FILE_MAPS) { in _load_for_mobile_impl()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/model_tracer/
H A DTracerRunner.cpp324 using torch::jit::MobileModuleLoadOptions; in trace_run()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_flatbuffer.cpp261 MobileModuleLoadOptions::PARSE_ALL_EXTRA_FILE_MAPS); in TEST()
H A Dtest_lite_interpreter.cpp1025 MobileModuleLoadOptions::PARSE_ALL_EXTRA_FILE_MAPS); in TEST()