Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dflatbuffer_loader.cpp778 auto* flatbuffer_module = mobile::serialization::GetMutableModule(data); in parse_and_initialize_mobile_module() local
780 mobile::Module m = loader.parseModule(flatbuffer_module, end); in parse_and_initialize_mobile_module()
782 parseExtraFiles(flatbuffer_module, *extra_files); in parse_and_initialize_mobile_module()
821 auto* flatbuffer_module = mobile::serialization::GetMutableModule(data); in parse_and_initialize_mobile_module_for_jit() local
823 mobile::Module m = loader.parseModule(flatbuffer_module, end); in parse_and_initialize_mobile_module_for_jit()
825 parseExtraFiles(flatbuffer_module, *extra_files); in parse_and_initialize_mobile_module_for_jit()
855 auto* flatbuffer_module = in get_bytecode_version_from_bytes() local
857 return flatbuffer_module->bytecode_version(); in get_bytecode_version_from_bytes()
914 auto* flatbuffer_module = mobile::serialization::GetMutableModule(data.get()); in parse_flatbuffer_no_object() local
934 mobile::Module m = loader.parseModule(flatbuffer_module, end); in parse_flatbuffer_no_object()