Home
last modified time | relevance | path

Searched defs:SetRngSeed (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dlazy_graph_executor.cpp130 void LazyGraphExecutor::DeviceContextArena::SetRngSeed( in SetRngSeed() function in torch::lazy::LazyGraphExecutor::DeviceContextArena
376 void LazyGraphExecutor::SetRngSeed(const BackendDevice& device, uint64_t seed) { in SetRngSeed() function in torch::lazy::LazyGraphExecutor
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_backend_impl.cpp172 void SetRngSeed(size_t seed) const override { in SetRngSeed() function in torch::lazy::TSBackendImpl