ArmNN
 20.11
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 68 of file SerializeLayerParameters.hpp.

Member Function Documentation

◆ Serialize()

void Serialize ( ParameterStringifyFunction fn,
const FullyConnectedDescriptor desc 
)
static

Definition at line 145 of file SerializeLayerParameters.cpp.

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

147 {
148  fn("BiasEnabled", (desc.m_BiasEnabled ? "true" : "false"));
149  fn("TransposeWeightMatrix", (desc.m_TransposeWeightMatrix ? "true" : "false"));
150 }

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