MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / PoolingTypes

Class PoolingTypes

tests/datasets/PoolingTypesDataset.h:40–46  ·  view source on GitHub ↗

[PoolingTypes datasets] **/

Source from the content-addressed store, hash-verified

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

Callers 7

Pooling3dLayer.cppFile · 0.85
PoolingLayer.cppFile · 0.85
CpuPool2d.cppFile · 0.85
Pooling3dLayer.cppFile · 0.85
PoolingLayer.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected