/packages/modules/NeuralNetworks/common/random/ |
D | random.cc | 37 static std::mt19937_64* rng = InitRngWithRandomSeed(); in New64() local 44 static std::mt19937_64 rng = InitRngWithDefaultSeed(); in New64DefaultSeed() local
|
/packages/modules/Virtualization/pvmfw/testdata/ |
D | test_pvmfw_devices_vm_dtbo_with_duplicated_iommus.dts | 26 rng: rng { label
|
D | test_pvmfw_devices_vm_dtbo.dts | 47 rng: rng { label
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | relu6_float_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
D | relu1_float_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
D | relu6_quant8_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
D | relu_float_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
D | logistic_quant8_2.mod.py | 34 rng = d0 * d1 * d2 * d3 variable
|
D | relu_quant8_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
D | logistic_float_2.mod.py | 34 rng = d0 * d1 * d2 * d3 variable
|
D | relu1_quant8_2.mod.py | 32 rng = d0 * d1 * d2 * d3 variable
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | relu6_float_2_relaxed.mod.py | 33 rng = d0 * d1 * d2 * d3 variable
|
D | relu1_float_2_relaxed.mod.py | 33 rng = d0 * d1 * d2 * d3 variable
|
D | logistic_float_2_relaxed.mod.py | 35 rng = d0 * d1 * d2 * d3 variable
|
D | relu_float_2_relaxed.mod.py | 33 rng = d0 * d1 * d2 * d3 variable
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | relu1_v1_2.mod.py | 41 rng = d0 * d1 * d2 * d3 variable
|
D | logistic_v1_2.mod.py | 49 rng = d0 * d1 * d2 * d3 variable
|
D | relu6_v1_2.mod.py | 41 rng = d0 * d1 * d2 * d3 variable
|
D | relu_v1_2.mod.py | 41 rng = d0 * d1 * d2 * d3 variable
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | logistic_quant8_signed.mod.py | 54 rng = d0 * d1 * d2 * d3 variable
|
D | relu1_quant8_signed.mod.py | 58 rng = d0 * d1 * d2 * d3 variable
|
D | relu6_quant8_signed.mod.py | 56 rng = d0 * d1 * d2 * d3 variable
|
D | relu_quant8_signed.mod.py | 60 rng = d0 * d1 * d2 * d3 variable
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
D | DataExporter.java | 75 final SecureRandom rng = new SecureRandom(); in generateRandomName() local
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | MultinomialTest.cpp | 70 tensorflow::random::PhiloxRandom rng(kFixedRandomSeed1); in Invoke() local
|