Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/
H A Dbackport_manager.cpp581 BackportManager::bytecodeBackportFunctions() const { in bytecodeBackportFunctions() function in torch::jit::BackportManager
591 return bytecodeBackportFunctions().count(from_version); in hasBytecodeBackportFunction()
602 bytecodeBackportFunctions()[from_version] = backport_function; in registerBytecodeBackportFunction()
663 bytecodeBackportFunctions()[bytecode_version--](input_model_stream); in backport()
H A Dbackport_manager.h28 bytecodeBackportFunctions() const;