summaryrefslogtreecommitdiff
path: root/caffe2/sgd/iter_op.h
diff options
context:
space:
mode:
Diffstat (limited to 'caffe2/sgd/iter_op.h')
-rw-r--r--caffe2/sgd/iter_op.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/caffe2/sgd/iter_op.h b/caffe2/sgd/iter_op.h
index 22ec8d252c..86a4c676bc 100644
--- a/caffe2/sgd/iter_op.h
+++ b/caffe2/sgd/iter_op.h
@@ -88,7 +88,8 @@ class MutexSerializer : public BlobSerializerBase {
* fatal error.
*/
void Serialize(
- const Blob& blob,
+ const void* pointer,
+ TypeMeta typeMeta,
const string& name,
BlobSerializerBase::SerializationAcceptor acceptor) override;
};