Home
last modified time | relevance | path

Searched defs:random_array (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/libs/libvmbase/src/
Drand.rs151 pub fn random_array<const N: usize>() -> Result<[u8; N]> { in random_array() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dsort_ops_test.py33 def random_array(self, shape, dtype): member in SortTest
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/
H A Ddirty_log_test.c76 static uint64_t random_array[TEST_PAGES_PER_LOOP]; variable