ArmNN
 24.02
StringifyLayerParameters< FullyConnectedDescriptor > Struct Reference

#include <SerializeLayerParameters.hpp>

Static Public Member Functions

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

Detailed Description

Definition at line 93 of file SerializeLayerParameters.hpp.

Member Function Documentation

◆ Serialize()

void Serialize ( ParameterStringifyFunction fn,
const FullyConnectedDescriptor desc 
)
static

Definition at line 209 of file SerializeLayerParameters.cpp.

211 {
212  fn("BiasEnabled", (desc.m_BiasEnabled ? "true" : "false"));
213  fn("TransposeWeightMatrix", (desc.m_TransposeWeightMatrix ? "true" : "false"));
214  fn("ConstantWeights", (desc.m_ConstantWeights ? "true" : "false"));
215 }

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


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