ArmNN
 22.11
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 172 of file SerializeLayerParameters.hpp.

Member Function Documentation

◆ Serialize()

void Serialize ( ParameterStringifyFunction fn,
const SoftmaxDescriptor desc 
)
static

Definition at line 422 of file SerializeLayerParameters.cpp.

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

424 {
425  fn("Beta", std::to_string(desc.m_Beta));
426  fn("Axis", std::to_string(desc.m_Axis));
427 }

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