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 / 2 |
static constexpr int | kElementCost = 3 |
static constexpr bool | kVariableSamplesPerOutput = false |
Definition at line 266 of file RandomDistributions.h.
typedef IntType nnfw::cker::random::UniformFullIntDistribution64< Generator, IntType >::ResultElementType |
Definition at line 277 of file RandomDistributions.h.
typedef Array<IntType, kResultElementCount> nnfw::cker::random::UniformFullIntDistribution64< Generator, IntType >::ResultType |
Definition at line 276 of file RandomDistributions.h.
|
inline |
Definition at line 280 of file RandomDistributions.h.
References nnfw::cker::random::UniformFullIntDistribution64< Generator, IntType >::kResultElementCount.
|
staticconstexpr |
Definition at line 272 of file RandomDistributions.h.
|
staticconstexpr |
Definition at line 270 of file RandomDistributions.h.
Referenced by nnfw::cker::random::UniformFullIntDistribution64< Generator, IntType >::operator()().
|
staticconstexpr |
Definition at line 275 of file RandomDistributions.h.