/usr/local/lib64/python3.6/site-packages/caffe2/python/predictor
NameSizeModeActions
__pycache__/-0755rm
mobile_exporter.py36740644editdlrm
mobile_exporter_test.py48510644editdlrm
predictor_exporter.py99810644editdlrm
predictor_exporter_test.py86930644editdlrm
predictor_py_utils.py65340644editdlrm
predictor_test.py20500644editdlrm
serde.py3170644editdlrm
__init__.py00644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/caffe2/python/predictor/serde.py (317B)
## @package serde # Module caffe2.python.predictor.serde def serialize_protobuf_struct(protobuf_struct): return protobuf_struct.SerializeToString() def deserialize_protobuf_struct(serialized_protobuf, struct_type): deser = struct_type() deser.ParseFromString(serialized_protobuf) return deser