Home
last modified time | relevance | path

Searched defs:SetSeed (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/llvm-libc/test/src/stdlib/
H A Drand_test.cpp33 TEST(LlvmLibcRandTest, SetSeed) { in TEST() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/maphash/
Dmaphash.go204 func (h *Hash) SetSeed(seed Seed) { func
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_rng.cc253 bool GpuRng::SetSeed(Stream* stream, const uint8* seed, uint64_t seed_bytes) { in SetSeed() function in stream_executor::gpu::GpuRng
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_rng.cc199 bool GpuRng::SetSeed(Stream* stream, const uint8* seed, uint64_t seed_bytes) { in SetSeed() function in stream_executor::gpu::GpuRng
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dclient_library_test_base.h82 void SetSeed(uint64_t seed) { execution_options_.set_seed(seed); } in SetSeed() function
/aosp_15_r20/art/libartbase/base/
H A Dhash_set_test.cc55 void SetSeed(size_t seed) { in SetSeed() function in art::HashSetTest
/aosp_15_r20/system/keymaster/include/keymaster/
H A Dandroid_keymaster_messages.h816 void SetSeed(KeymasterBlob&& value) { seed = std::move(value); } in SetSeed() function
854 void SetSeed(KeymasterBlob&& seed_data) { params.SetSeed(std::move(seed_data)); } in SetSeed() function