[PoolingTypes datasets] **/
| 38 | { |
| 39 | /** [PoolingTypes datasets] **/ |
| 40 | class PoolingTypes final : public framework::dataset::ContainerDataset<std::vector<PoolingType>> |
| 41 | { |
| 42 | public: |
| 43 | PoolingTypes() : ContainerDataset("PoolType", {PoolingType::MAX, PoolingType::AVG, PoolingType::L2}) |
| 44 | { |
| 45 | } |
| 46 | }; |
| 47 | /** [PoolingTypes datasets] **/ |
| 48 | } // namespace datasets |
| 49 | } // namespace test |
no outgoing calls
no test coverage detected