ArmNN
 21.05
StringifyLayerParameters< FullyConnectedDescriptor > Struct Template Reference

#include <SerializeLayerParameters.hpp>

Static Public Member Functions

static void Serialize (ParameterStringifyFunction &fn, const FullyConnectedDescriptor &desc)
 

Detailed Description

template<>
struct armnn::StringifyLayerParameters< FullyConnectedDescriptor >

Definition at line 73 of file SerializeLayerParameters.hpp.

Member Function Documentation

◆ Serialize()

void Serialize ( ParameterStringifyFunction fn,
const FullyConnectedDescriptor desc 
)
static

Definition at line 165 of file SerializeLayerParameters.cpp.

References FullyConnectedDescriptor::m_BiasEnabled, and FullyConnectedDescriptor::m_TransposeWeightMatrix.

167 {
168  fn("BiasEnabled", (desc.m_BiasEnabled ? "true" : "false"));
169  fn("TransposeWeightMatrix", (desc.m_TransposeWeightMatrix ? "true" : "false"));
170 }

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