Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit dedf920

Browse files
committed
toProtobufSerializedString is a function
1 parent 01fb289 commit dedf920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensor_comprehensions/pybinds/pybind_options.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ PYBIND11_MODULE(mapping_options, m) {
9191
.def(
9292
"serializeToProtobuf",
9393
[](tc::CudaMappingOptions& instance) {
94-
std::string str = instance.toProtobufSerializedString;
94+
std::string str = instance.toProtobufSerializedString();
9595
return py::bytes(str);
9696
},
9797
"Serialize the options to a protobuf string")

0 commit comments

Comments
 (0)