/aosp12/packages/modules/NeuralNetworks/common/random/ |
H A D | random.cc | 37 static std::mt19937_64* rng = InitRngWithRandomSeed(); in New64() local 44 static std::mt19937_64 rng = InitRngWithDefaultSeed(); in New64DefaultSeed() local
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
H A D | CodeMutator.java | 35 protected Random rng; field in CodeMutator 66 public CodeMutator(Random rng, MutationStats stats, List<Mutation> mutations) { in CodeMutator()
|
H A D | OppositeBranchChanger.java | 29 public OppositeBranchChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in OppositeBranchChanger()
|
H A D | RandomBranchChanger.java | 46 public RandomBranchChanger(Random rng, MutationStats stats, List<Mutation> mutations) { in RandomBranchChanger()
|
H A D | InstructionDuplicator.java | 59 public InstructionDuplicator(Random rng, MutationStats stats, List<Mutation> mutations) { in InstructionDuplicator()
|
H A D | RegisterClobber.java | 62 public RegisterClobber(Random rng, MutationStats stats, List<Mutation> mutations) { in RegisterClobber()
|
H A D | InstructionDeleter.java | 59 public InstructionDeleter(Random rng, MutationStats stats, List<Mutation> mutations) { in InstructionDeleter()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
H A D | logistic_float_2.mod.py | 34 rng = d0 * d1 * d2 * d3 variable
|
H A D | logistic_quant8_2.mod.py | 34 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu1_float_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu1_quant8_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu6_float_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu6_quant8_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu_float_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu_quant8_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
H A D | logistic_float_2_relaxed.mod.py | 35 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu1_float_2_relaxed.mod.py | 33 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu6_float_2_relaxed.mod.py | 33 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu_float_2_relaxed.mod.py | 33 rng = d0 * d1 * d2 * d3 variable
|
/aosp12/frameworks/base/keystore/java/android/security/keystore2/ |
H A D | KeyStoreCryptoOperationUtils.java | 163 static byte[] getRandomBytesToMixIntoKeystoreRng(SecureRandom rng, int sizeBytes) { in getRandomBytesToMixIntoKeystoreRng()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | Base64Test.java | 322 Random rng = new Random(32176L); in testInputStream() local 437 Random rng = new Random(32176L); in testOutputStream() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | logistic_v1_2.mod.py | 49 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu1_v1_2.mod.py | 41 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu6_v1_2.mod.py | 41 rng = d0 * d1 * d2 * d3 variable
|
H A D | relu_v1_2.mod.py | 41 rng = d0 * d1 * d2 * d3 variable
|