MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / SnapshotFilename

Method SnapshotFilename

rtpose_wrapper/src/caffe/solver.cpp:448–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446
447template <typename Dtype>
448string Solver<Dtype>::SnapshotFilename(const string extension) {
449 return param_.snapshot_prefix() + "_iter_" + caffe::format_int(iter_)
450 + extension;
451}
452
453template <typename Dtype>
454string Solver<Dtype>::SnapshotToBinaryProto() {

Callers

nothing calls this directly

Calls 1

format_intFunction · 0.85

Tested by

no test coverage detected