ONE - On-device Neural Engine
|
#include <RandomDistributions.h>
Public Types | |
typedef Generator::ResultElementType | ResultType |
typedef Generator::ResultElementType | ResultElementType |
Public Member Functions | |
PHILOX_DEVICE_INLINE | SingleSampleAdapter (Generator *gen) |
PHILOX_DEVICE_INLINE ResultType | operator() () |
PHILOX_DEVICE_INLINE void | Skip (uint64_t num_skips) |
Static Public Attributes | |
static constexpr int | kResultElementCount = 1 |
static constexpr int | kNativeElementCount = Generator::kResultElementCount |
Definition at line 315 of file RandomDistributions.h.
typedef Generator::ResultElementType nnfw::cker::random::SingleSampleAdapter< Generator >::ResultElementType |
Definition at line 323 of file RandomDistributions.h.
typedef Generator::ResultElementType nnfw::cker::random::SingleSampleAdapter< Generator >::ResultType |
Definition at line 322 of file RandomDistributions.h.
|
inlineexplicit |
Definition at line 326 of file RandomDistributions.h.
|
inline |
Definition at line 332 of file RandomDistributions.h.
|
inline |
Definition at line 344 of file RandomDistributions.h.
References nnfw::cker::random::SingleSampleAdapter< Generator >::kNativeElementCount.
|
staticconstexpr |
Definition at line 321 of file RandomDistributions.h.
Referenced by nnfw::cker::random::SingleSampleAdapter< Generator >::Skip().
|
staticconstexpr |
Definition at line 319 of file RandomDistributions.h.