Searched refs:bytecodeBackportFunctions (Results 1 – 2 of 2) sorted by relevance
581 BackportManager::bytecodeBackportFunctions() const { in bytecodeBackportFunctions() function in torch::jit::BackportManager591 return bytecodeBackportFunctions().count(from_version); in hasBytecodeBackportFunction()602 bytecodeBackportFunctions()[from_version] = backport_function; in registerBytecodeBackportFunction()663 bytecodeBackportFunctions()[bytecode_version--](input_model_stream); in backport()
28 bytecodeBackportFunctions() const;