Home
last modified time | relevance | path

Searched refs:kMaxSupportedFileFormatVersion (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/caffe2/serialize/
Dversions.h9 constexpr uint64_t kMaxSupportedFileFormatVersion = 0xAL; variable
Dinline_container.cc223 if (version_ > static_cast<decltype(version_)>(kMaxSupportedFileFormatVersion)) { in init()
228 kMaxSupportedFileFormatVersion, in init()
/external/pytorch/torch/csrc/jit/mobile/compatibility/
Druntime_compatibility.cpp29 caffe2::serialize::kMaxSupportedFileFormatVersion); in _get_runtime_operators_min_max_versions()
/external/pytorch/test/mobile/
Dtest_upgrader_bytecode_table_example.cpp390 caffe2::serialize::kMaxSupportedFileFormatVersion); in getUpgraderBytecodeList()
/external/pytorch/torch/csrc/jit/operator_upgraders/
DREADME.md109 …3. Bump [`kMaxSupportedFileFormatVersion`](https://github.com/pytorch/pytorch/blob/master/caffe2/s…
112 constexpr uint64_t kMaxSupportedFileFormatVersion = 0x9L;
/external/pytorch/test/cpp/jit/
Dtest_lite_interpreter_direct.cpp401 caffe2::serialize::kMaxSupportedFileFormatVersion); in TEST()
Dtest_lite_interpreter.cpp532 caffe2::serialize::kMaxSupportedFileFormatVersion); in TEST()