blob: e765c4126d5e2c283422c17ba8b6abd75f34ff53 [file] [log] [blame]
Keith Davis9515c7e2019-06-21 09:33:59 +01001//
2// Copyright © 2017 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
Aron Virginas-Tarf97f6da2019-10-01 18:35:44 +01005
Keith Davis9515c7e2019-06-21 09:33:59 +01006#pragma once
7
Aron Virginas-Tarf97f6da2019-10-01 18:35:44 +01008#include <armnn/BackendId.hpp>
Keith Davis9515c7e2019-06-21 09:33:59 +01009
10#include <vector>
11
Aron Virginas-Tarf97f6da2019-10-01 18:35:44 +010012void SpaceToDepthNhwcEndToEndTest1(const std::vector<armnn::BackendId>& defaultBackends);
Keith Davis9515c7e2019-06-21 09:33:59 +010013
Aron Virginas-Tarf97f6da2019-10-01 18:35:44 +010014void SpaceToDepthNchwEndToEndTest1(const std::vector<armnn::BackendId>& defaultBackends);
Keith Davis9515c7e2019-06-21 09:33:59 +010015
Aron Virginas-Tarf97f6da2019-10-01 18:35:44 +010016void SpaceToDepthNhwcEndToEndTest2(const std::vector<armnn::BackendId>& defaultBackends);
Keith Davis9515c7e2019-06-21 09:33:59 +010017
Aron Virginas-Tarf97f6da2019-10-01 18:35:44 +010018void SpaceToDepthNchwEndToEndTest2(const std::vector<armnn::BackendId>& defaultBackends);