ArmNN
 21.08
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 162 of file SerializeLayerParameters.hpp.

Member Function Documentation

◆ Serialize()

void Serialize ( ParameterStringifyFunction fn,
const SoftmaxDescriptor desc 
)
static

Definition at line 368 of file SerializeLayerParameters.cpp.

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

370 {
371  fn("Beta", std::to_string(desc.m_Beta));
372  fn("Axis", std::to_string(desc.m_Axis));
373 }

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