| 35 | } |
| 36 | |
| 37 | int EmbeddingDim() const override { |
| 38 | PYBIND11_OVERRIDE_PURE(int, VisualIndex, EmbeddingDim); |
| 39 | } |
| 40 | |
| 41 | FeatureExtractorType FeatureType() const override { |
| 42 | PYBIND11_OVERRIDE_PURE(FeatureExtractorType, VisualIndex, FeatureType); |
nothing calls this directly
no outgoing calls
no test coverage detected