Home
last modified time | relevance | path

Searched defs:uniform_ (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/_shard/sharded_tensor/_ops/
H A Dinit.py13 def uniform_(types, args=(), kwargs=None, pg=None): function
/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/
H A Dunary_test.py63 def uniform_(input): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DRandom.cpp17 static Tensor& uniform_( in uniform_() function
/aosp_15_r20/external/pytorch/torch/csrc/api/src/nn/
H A Dinit.cpp175 Tensor uniform_(Tensor tensor, double low, double high) { in uniform_() function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dinit.py142 def uniform_( function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_rng_test.cpp91 Tensor& uniform_(Tensor& self, double from, double to, std::optional<Generator> generator) { in uniform_() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistributions.cpp250 Tensor& uniform_(Tensor& self, double from, double to, std::optional<Generator> gen) { in uniform_() function
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py2725 def uniform_(self, low=0, high=1, generator=None): function