ArmNN
 21.02
StringifyLayerParameters< SoftmaxDescriptor > Struct Template Reference

#include <SerializeLayerParameters.hpp>

Static Public Member Functions

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

Detailed Description

template<>
struct armnn::StringifyLayerParameters< SoftmaxDescriptor >

Definition at line 63 of file SerializeLayerParameters.hpp.

Member Function Documentation

◆ Serialize()

void Serialize ( ParameterStringifyFunction fn,
const SoftmaxDescriptor desc 
)
static

Definition at line 138 of file SerializeLayerParameters.cpp.

References SoftmaxDescriptor::m_Axis, and SoftmaxDescriptor::m_Beta.

140 {
141  fn("Beta", std::to_string(desc.m_Beta));
142  fn("Axis", std::to_string(desc.m_Axis));
143 }

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