Home
last modified time | relevance | path

Searched defs:bytecode_version (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/
H A Dmodule.h155 int64_t bytecode_version() const { in bytecode_version() function
185 uint64_t bytecode_version; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/
H A Dmodel_compatibility.h77 uint64_t bytecode_version; member
H A Dbackport_manager.cpp622 int64_t bytecode_version = from_version; in backport() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dflatbuffer_serializer.cpp405 uint32_t bytecode_version = static_cast<uint32_t>(module.bytecode_version()); in serializeModule() local