Home
last modified time | relevance | path

Searched defs:rng (Results 1 – 25 of 30) sorted by relevance

12

/packages/modules/NeuralNetworks/common/random/
Drandom.cc37 static std::mt19937_64* rng = InitRngWithRandomSeed(); in New64() local
44 static std::mt19937_64 rng = InitRngWithDefaultSeed(); in New64DefaultSeed() local
/packages/modules/Virtualization/pvmfw/testdata/
Dtest_pvmfw_devices_vm_dtbo_with_duplicated_iommus.dts26 rng: rng { label
Dtest_pvmfw_devices_vm_dtbo.dts47 rng: rng { label
/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/
Drelu6_float_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
Drelu1_float_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
Drelu6_quant8_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
Drelu_float_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
Dlogistic_quant8_2.mod.py34 rng = d0 * d1 * d2 * d3 variable
Drelu_quant8_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
Dlogistic_float_2.mod.py34 rng = d0 * d1 * d2 * d3 variable
Drelu1_quant8_2.mod.py32 rng = d0 * d1 * d2 * d3 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/
Drelu6_float_2_relaxed.mod.py33 rng = d0 * d1 * d2 * d3 variable
Drelu1_float_2_relaxed.mod.py33 rng = d0 * d1 * d2 * d3 variable
Dlogistic_float_2_relaxed.mod.py35 rng = d0 * d1 * d2 * d3 variable
Drelu_float_2_relaxed.mod.py33 rng = d0 * d1 * d2 * d3 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Drelu1_v1_2.mod.py41 rng = d0 * d1 * d2 * d3 variable
Dlogistic_v1_2.mod.py49 rng = d0 * d1 * d2 * d3 variable
Drelu6_v1_2.mod.py41 rng = d0 * d1 * d2 * d3 variable
Drelu_v1_2.mod.py41 rng = d0 * d1 * d2 * d3 variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dlogistic_quant8_signed.mod.py54 rng = d0 * d1 * d2 * d3 variable
Drelu1_quant8_signed.mod.py58 rng = d0 * d1 * d2 * d3 variable
Drelu6_quant8_signed.mod.py56 rng = d0 * d1 * d2 * d3 variable
Drelu_quant8_signed.mod.py60 rng = d0 * d1 * d2 * d3 variable
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
DDataExporter.java75 final SecureRandom rng = new SecureRandom(); in generateRandomName() local
/packages/modules/NeuralNetworks/common/cpu_operations/
DMultinomialTest.cpp70 tensorflow::random::PhiloxRandom rng(kFixedRandomSeed1); in Invoke() local

12