Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dflatbuffer_loader.h109 TORCH_API mobile::ModuleInfo get_module_info_from_flatbuffer(
H A Dflatbuffer_loader.cpp860 mobile::ModuleInfo get_module_info_from_flatbuffer(char* flatbuffer_content) { in get_module_info_from_flatbuffer() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dscript_init.cpp2432 torch::jit::get_module_info_from_flatbuffer(&flatbuffer_content[0]); in initJitScriptBindings()