|
ONE - On-device Neural Engine
|
Class to send Index object to output stream.
More...
#include <IndexFormatter.h>
Public Member Functions | |
| IndexFormatter (const nnfw::misc::tensor::Index &index) | |
Construct a new IndexFormatter object. | |
| const nnfw::misc::tensor::Index & | index (void) const |
Get an Index object. | |
Class to send Index object to output stream.
Definition at line 40 of file IndexFormatter.h.
|
inline |
Construct a new IndexFormatter object.
| [in] | index | index to be sent to output stream |
Definition at line 47 of file IndexFormatter.h.
|
inline |
Get an Index object.
Index object previously passed to the constructor Definition at line 57 of file IndexFormatter.h.
Referenced by onert.experimental.train.dataloader.DataLoader::__next__().