Home
last modified time | relevance | path

Searched defs:rng_seed (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_execute_op.cc301 bool release_inputs, se::Stream* stream, int rng_seed, in RunExecutable()
383 bool release_inputs, se::Stream* stream, int rng_seed, in ExecuteComputation()
403 se::Stream* stream, int rng_seed, in ExecuteComputation()
470 int rng_seed = config_proto.rng_seed(); in DoWork() local
553 int rng_seed = config.rng_seed(); in DoWork() local
H A Dtpu_execute_op.cc192 const uint32 rng_seed, const tpu::TpuProgramGroup* tpu_program_group, in RunExecutable()
234 const uint32 rng_seed, const tpu::TpuProgramGroup* tpu_program_group, in ExecuteTPUProgram()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dexecutable_run_options.cc116 ExecutableRunOptions& ExecutableRunOptions::set_rng_seed(int rng_seed) { in set_rng_seed()
121 int ExecutableRunOptions::rng_seed() const { return rng_seed_; } in rng_seed() function in xla::ExecutableRunOptions
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/
H A Dxrt.proto138 uint32 rng_seed = 4; field
154 uint32 rng_seed = 1; field
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/context/
Druntime.rs49 let rng_seed = handle.seed_generator().next_seed(); in enter_runtime() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_op_executable.cc60 int32_t rng_seed = run_options.run_options().rng_seed(); in LoadProgramAndEnqueueToStream() local
H A Dc_api_decl.h165 int rng_seed; member
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/tpu/
H A Dtpu_op_executable.cc60 int32_t rng_seed = run_options.run_options().rng_seed(); in LoadProgramAndEnqueueToStream() local
/aosp_15_r20/external/executorch/extension/llm/sampler/
H A Dsampler.cpp126 unsigned long long rng_seed) in Sampler()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_test_lib.c84 int rng_seed(rng_context_t *rng, int reproducible, const char *pers) in rng_seed() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Drt_basic.rs398 fn rng_seed() { in rng_seed() function
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_test_lib.c83 int rng_seed(rng_context_t *rng, int reproducible, const char *pers) in rng_seed() function
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dpresubmit_context.py446 rng_seed: int = 1 variable in PresubmitContext
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/
H A Dtpu_execute.cc421 const string& rendezvous_key_base, uint32 rng_seed, in TPUExecute()
H A Dtpu_ops_c_api.h233 int32_t rng_seed; member
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_execute_op.cc724 const uint32 rng_seed = GetXLARandomSeed(); in DoWork() local
/aosp_15_r20/external/mbedtls/tests/src/test_helpers/
H A Dssl_helpers.c16 static int rng_seed = 0xBEEF; variable
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/src/test_helpers/
H A Dssl_helpers.c46 static int rng_seed = 0xBEEF; in mbedtls_test_init_handshake_options() local
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Dskia_image_filter.proto42 required uint64 rng_seed = 2; field