ArmNN
 23.05
StringifyLayerParameters< GatherDescriptor > Struct Reference

#include <SerializeLayerParameters.hpp>

Static Public Member Functions

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

Detailed Description

Definition at line 93 of file SerializeLayerParameters.hpp.

Member Function Documentation

◆ Serialize()

void Serialize ( ParameterStringifyFunction fn,
const GatherDescriptor desc 
)
static

Definition at line 211 of file SerializeLayerParameters.cpp.

213 {
214  fn("Axis", std::to_string(desc.m_Axis));
215 }

References GatherDescriptor::m_Axis.


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