Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/
H A Dbackport_manager.cpp589 bool BackportManager::hasBytecodeBackportFunction( in hasBytecodeBackportFunction() function in torch::jit::BackportManager
598 !hasBytecodeBackportFunction(from_version), in registerBytecodeBackportFunction()
644 if (!hasBytecodeBackportFunction(bytecode_version)) { in backport()
H A Dbackport_manager.h23 bool hasBytecodeBackportFunction(const int64_t from_version) const;
H A Dbackport.cpp81 if (!backportManager.hasBytecodeBackportFunction(to_version + 1)) { in _backport_for_mobile_impl()