Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dimport.cpp315 static Module _load_jit_module_from_bytes(
378 return _load_jit_module_from_bytes( in import_ir_module()
425 return _load_jit_module_from_bytes( in import_ir_module()
518 Module _load_jit_module_from_bytes( in _load_jit_module_from_bytes() function
/aosp_15_r20/external/pytorch/torch/_C_flatbuffer/
H A D__init__.pyi7 def _load_jit_module_from_bytes(bytes_: bytes): ...
/aosp_15_r20/external/pytorch/torch/jit/
H A D_serialization.py195 return wrap_cpp_module(torch._C._load_jit_module_from_bytes(f.read()))
/aosp_15_r20/external/pytorch/torch/_C/
H A D__init__.pyi.in2322 def _load_jit_module_from_bytes(bytes_: bytes): ...