ONE - On-device Neural Engine
|
#include <RandomDistributions.h>
Public Types | |
typedef Array< IntType, kResultElementCount > | ResultType |
typedef IntType | ResultElementType |
Public Member Functions | |
PHILOX_DEVICE_INLINE ResultType | operator() (Generator *gen) |
Static Public Attributes | |
static constexpr int | kResultElementCount = Generator::kResultElementCount |
static constexpr int | kElementCost = 3 |
static constexpr bool | kVariableSamplesPerOutput = false |
Definition at line 240 of file RandomDistributions.h.
typedef IntType nnfw::cker::random::UniformFullIntDistribution32< Generator, IntType >::ResultElementType |
Definition at line 251 of file RandomDistributions.h.
typedef Array<IntType, kResultElementCount> nnfw::cker::random::UniformFullIntDistribution32< Generator, IntType >::ResultType |
Definition at line 250 of file RandomDistributions.h.
|
inline |
Definition at line 254 of file RandomDistributions.h.
References nnfw::cker::random::UniformFullIntDistribution32< Generator, IntType >::kResultElementCount.
|
staticconstexpr |
Definition at line 246 of file RandomDistributions.h.
|
staticconstexpr |
Definition at line 244 of file RandomDistributions.h.
Referenced by nnfw::cker::random::UniformFullIntDistribution32< Generator, IntType >::operator()().
|
staticconstexpr |
Definition at line 249 of file RandomDistributions.h.