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

Class NormalizationTypes

tests/datasets/NormalizationTypesDataset.h:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37namespace datasets
38{
39class NormalizationTypes final : public framework::dataset::ContainerDataset<std::vector<NormType>>
40{
41public:
42 NormalizationTypes() : ContainerDataset("NormType", {NormType::IN_MAP_1D, NormType::IN_MAP_2D, NormType::CROSS_MAP})
43 {
44 }
45};
46} // namespace datasets
47} // namespace test
48} // namespace arm_compute

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected