ArmNN
 20.05
IsFloat32Layer Struct Reference

#include <ConvertConstants.hpp>

Static Public Member Functions

static bool Test (const Layer &layer)
 

Detailed Description

Definition at line 127 of file ConvertConstants.hpp.

Member Function Documentation

◆ Test()

static bool Test ( const Layer layer)
inlinestatic

Definition at line 129 of file ConvertConstants.hpp.

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

130  {
131  return layer.GetDataType() == DataType::Float32;
132  }

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