| 302 | public: |
| 303 | struct CacheEntry { |
| 304 | CacheEntry(Stream stream, bool shapeless) |
| 305 | : stream(stream), shapeless(shapeless) {}; |
| 306 | Stream stream; |
| 307 | bool shapeless; |
| 308 | std::vector<array> inputs; |
nothing calls this directly
no outgoing calls
no test coverage detected