Searched refs:kProducedFileFormatVersion (Results 1 – 7 of 7) sorted by relevance
46 version_(caffe2::serialize::kProducedFileFormatVersion) {} in reader_()61 version_(caffe2::serialize::kProducedFileFormatVersion) {} in reader_()84 version_(caffe2::serialize::kProducedFileFormatVersion) {} in reader_()
76 constexpr uint64_t kProducedFileFormatVersion = 0xAL; variable
48 …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;
77 return caffe2::serialize::kProducedFileFormatVersion; in getMaxOperatorVersion()
89 graph_->set_op_version(caffe2::serialize::kProducedFileFormatVersion); in run()
388 (operator_version_ < caffe2::serialize::kProducedFileFormatVersion); in parseMethods()
363 (operator_version < caffe2::serialize::kProducedFileFormatVersion); in parseFunction()