ONE - On-device Neural Engine
Loading...
Searching...
No Matches
locop::ArgDesc Class Reference

#include <NodeSummary.h>

Public Member Functions

 ArgDesc ()=default
 
uint32_t count (void) const
 The number of presented arguments.
 
const ArgElemat (uint32_t n) const
 
void append (const ArgName &name, const ArgValue &value)
 

Detailed Description

Definition at line 33 of file NodeSummary.h.

Constructor & Destructor Documentation

◆ ArgDesc()

locop::ArgDesc::ArgDesc ( )
default

Member Function Documentation

◆ append()

void locop::ArgDesc::append ( const ArgName name,
const ArgValue value 
)
inline

Definition at line 43 of file NodeSummary.h.

43{ _args.emplace_back(name, value); }

Referenced by locop::GenericNodeSummaryBuilder::build().

◆ at()

const ArgElem & locop::ArgDesc::at ( uint32_t  n) const
inline

Definition at line 42 of file NodeSummary.h.

42{ return _args.at(n); }

◆ count()

uint32_t locop::ArgDesc::count ( void  ) const
inline

The number of presented arguments.

Definition at line 40 of file NodeSummary.h.

40{ return _args.size(); }

The documentation for this class was generated from the following file: