ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ann::WeightInventory Class Reference

#include <WeightInventory.h>

Public Member Functions

Weightcreate (void)
 

Detailed Description

Definition at line 27 of file WeightInventory.h.

Member Function Documentation

◆ create()

Weight * ann::WeightInventory::create ( void  )

Definition at line 26 of file WeightInventory.cpp.

27{
28 auto hnd = make_unique<Weight>();
29 auto ptr = hnd.get();
30 _weights.push_back(std::move(hnd));
31 return ptr;
32}

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