ArmNN
 22.05
NullDescriptor Struct Reference

Null Descriptor used as a return value from the IConnectableLayer GetParameters method by layers which do not have a descriptor. More...

#include <Descriptors.hpp>

Inheritance diagram for NullDescriptor:
BaseDescriptor

Public Member Functions

bool IsNull () const override
 
- Public Member Functions inherited from BaseDescriptor
virtual ~BaseDescriptor ()=default
 

Detailed Description

Null Descriptor used as a return value from the IConnectableLayer GetParameters method by layers which do not have a descriptor.

Definition at line 30 of file Descriptors.hpp.

Member Function Documentation

◆ IsNull()

bool IsNull ( ) const
inlineoverridevirtual

Reimplemented from BaseDescriptor.

Definition at line 32 of file Descriptors.hpp.

32 { return true; }

The documentation for this struct was generated from the following file: