ArmNN
 23.05
StringifyLayerParameters< FullyConnectedDescriptor > Struct Reference

#include <SerializeLayerParameters.hpp>

Static Public Member Functions

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

Detailed Description

Definition at line 88 of file SerializeLayerParameters.hpp.

Member Function Documentation

◆ Serialize()

void Serialize ( ParameterStringifyFunction fn,
const FullyConnectedDescriptor desc 
)
static

Definition at line 203 of file SerializeLayerParameters.cpp.

205 {
206  fn("BiasEnabled", (desc.m_BiasEnabled ? "true" : "false"));
207  fn("TransposeWeightMatrix", (desc.m_TransposeWeightMatrix ? "true" : "false"));
208  fn("ConstantWeights", (desc.m_ConstantWeights ? "true" : "false"));
209 }

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


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