Searched refs:hasBytecodeBackportFunction (Results 1 – 3 of 3) sorted by relevance
589 bool BackportManager::hasBytecodeBackportFunction( in hasBytecodeBackportFunction() function in torch::jit::BackportManager598 !hasBytecodeBackportFunction(from_version), in registerBytecodeBackportFunction()644 if (!hasBytecodeBackportFunction(bytecode_version)) { in backport()
23 bool hasBytecodeBackportFunction(const int64_t from_version) const;
81 if (!backportManager.hasBytecodeBackportFunction(to_version + 1)) { in _backport_for_mobile_impl()