ONE - On-device Neural Engine
|
#include <Explicit.h>
Public Member Functions | |
ExplicitDataChef () | |
std::vector< uint8_t > | generate (int32_t count) const override |
Generate a sequence of 'count' elements as a byte sequence. | |
void | insert (const T &value) |
Public Member Functions inherited from souschef::DataChef | |
virtual | ~DataChef ()=default |
Definition at line 28 of file Explicit.h.
|
inline |
Definition at line 31 of file Explicit.h.
|
inlineoverridevirtual |
Generate a sequence of 'count' elements as a byte sequence.
Let D be the return value of generate(N). Then, D.size() == N * sizeof(T) where T is the element type.
Implements souschef::DataChef.
Definition at line 37 of file Explicit.h.
|
inline |
Definition at line 56 of file Explicit.h.