Return the length of data
| 31 | } |
| 32 | // Return the length of data |
| 33 | torch::optional<size_t> size() const override { |
| 34 | return image_paths.size(); |
| 35 | }; |
| 36 | private: |
| 37 | std::vector<std::string> image_paths; |
| 38 | std::vector<int> labels; |
nothing calls this directly
no outgoing calls
no test coverage detected