24.08
|
#include "GpuFsaLayerSupport.hpp"
#include <armnn/Types.hpp>
#include <armnn/utility/IgnoreUnused.hpp>
#include <armnn/utility/PolymorphicDowncast.hpp>
#include <vector>
Go to the source code of this file.
Namespaces | |
armnn | |
Copyright (c) 2021 ARM Limited and Contributors. | |
Macros | |
#define | FORWARD_GPUFSA_LAYER_SUPPORT_FUNC(expr) IsGpuFsaBackendSupported(reasonIfUnsupported) |
#define | FORWARD_LAYER_VALIDATE_FUNC(func, reasonIfUnsupported, ...) return IsGpuFsaBackendSupported(reasonIfUnsupported, __VA_ARGS__); |
Functions | |
template<typename ... Args> | |
bool | IsGpuFsaBackendSupported (Optional< std::string & > reasonIfUnsupported, Args... args) |
#define FORWARD_GPUFSA_LAYER_SUPPORT_FUNC | ( | expr | ) | IsGpuFsaBackendSupported(reasonIfUnsupported) |
Definition at line 48 of file GpuFsaLayerSupport.cpp.
#define FORWARD_LAYER_VALIDATE_FUNC | ( | func, | |
reasonIfUnsupported, | |||
... | |||
) | return IsGpuFsaBackendSupported(reasonIfUnsupported, __VA_ARGS__); |
Definition at line 67 of file GpuFsaLayerSupport.cpp.