Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/serialization/
Dunpickler.h46 version_(caffe2::serialize::kProducedFileFormatVersion) {} in reader_()
61 version_(caffe2::serialize::kProducedFileFormatVersion) {} in reader_()
84 version_(caffe2::serialize::kProducedFileFormatVersion) {} in reader_()
/external/pytorch/caffe2/serialize/
Dversions.h76 constexpr uint64_t kProducedFileFormatVersion = 0xAL; variable
/external/pytorch/torch/csrc/jit/operator_upgraders/
DREADME.md48 …ema ` TestVersioned{${OpnameOverloadedname}}V${kProducedFileFormatVersion}`. [`kProducedFileFormat…
70 …, the upgrader name can be `linspace_out_0_{kProducedFileFormatVersion}`, where [`kProducedFileFor…
72 …o 8, after versioning bumping to 8, write an upgrader `linspace_out_0_{kProducedFileFormatVersion}`
73 …). If it has been 180 days, write an upgrader `linspace_out_8_{kProducedFileFormatVersion}` for `l…
109 …rch/pytorch/blob/master/caffe2/serialize/versions.h#L15) the [`kProducedFileFormatVersion`](https:…
124 constexpr uint64_t kProducedFileFormatVersion = 0x9L;
Dutils.cpp77 return caffe2::serialize::kProducedFileFormatVersion; in getMaxOperatorVersion()
/external/pytorch/torch/csrc/jit/passes/
Dreplacement_of_old_operators.cpp89 graph_->set_op_version(caffe2::serialize::kProducedFileFormatVersion); in run()
/external/pytorch/torch/csrc/jit/mobile/
Dimport.cpp388 (operator_version_ < caffe2::serialize::kProducedFileFormatVersion); in parseMethods()
Dflatbuffer_loader.cpp363 (operator_version < caffe2::serialize::kProducedFileFormatVersion); in parseFunction()