ONE - On-device Neural Engine
Loading...
Searching...
No Matches
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: