ArmNN
 24.05
GpuFsaLayerSupport.cpp File Reference
Include dependency graph for GpuFsaLayerSupport.cpp:

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)
 

Macro Definition Documentation

◆ FORWARD_GPUFSA_LAYER_SUPPORT_FUNC

#define FORWARD_GPUFSA_LAYER_SUPPORT_FUNC (   expr)    IsGpuFsaBackendSupported(reasonIfUnsupported)

Definition at line 48 of file GpuFsaLayerSupport.cpp.

◆ FORWARD_LAYER_VALIDATE_FUNC

#define FORWARD_LAYER_VALIDATE_FUNC (   func,
  reasonIfUnsupported,
  ... 
)    return IsGpuFsaBackendSupported(reasonIfUnsupported, __VA_ARGS__);

Definition at line 67 of file GpuFsaLayerSupport.cpp.