Struct caffe2op_counter::CounterSerializer
source · pub struct CounterSerializer { /* private fields */ }
Expand description
| @brief | | CounterSerializer is the serializer | for Counter type. | | CounterSerializer takes in a blob that | contains a Counter, and serializes | it into a BlobProto protocol buffer. | At the moment only int64_t counters | are supported (since it’s the only once | that is really used). |