We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcdf224 commit 59cdee2Copy full SHA for 59cdee2
faiss/python/swigfaiss.swig
@@ -286,6 +286,9 @@ namespace std {
286
%template(RepeatVector) std::vector<faiss::Repeat>;
287
%template(ClusteringIterationStatsVector) std::vector<faiss::ClusteringIterationStats>;
288
%template(ParameterRangeVector) std::vector<faiss::ParameterRange>;
289
+%template(MaybeOwnedVectorUInt8Vector) std::vector<faiss::MaybeOwnedVector<uint8_t> >;
290
+%template(MaybeOwnedVectorInt32Vector) std::vector<faiss::MaybeOwnedVector<int32_t> >;
291
+%template(MaybeOwnedVectorFloat32Vector) std::vector<faiss::MaybeOwnedVector<float> >;
292
293
#ifndef SWIGWIN
294
%template(OnDiskOneListVector) std::vector<faiss::OnDiskOneList>;
0 commit comments