ArmNN
 22.05.01
IsBFloat16Layer Struct Reference

#include <ConvertConstants.hpp>

Static Public Member Functions

static bool Test (const Layer &layer)
 

Detailed Description

Definition at line 141 of file ConvertConstants.hpp.

Member Function Documentation

◆ Test()

static bool Test ( const Layer layer)
inlinestatic

Definition at line 143 of file ConvertConstants.hpp.

References armnn::BFloat16, and Layer::GetDataType().

144  {
145  return layer.GetDataType() == DataType::BFloat16;
146  }

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