Home
last modified time | relevance | path

Searched defs:exponential_ (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/benchmarks/operator_benchmark/pt/
H A Dunary_test.py47 def exponential_(input): function
/aosp_15_r20/external/pytorch/aten/src/ATen/test/
H A Dcpu_rng_test.cpp115 Tensor& exponential_(Tensor& self, double lambda, std::optional<Generator> gen) { in exponential_() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DDistributions.cpp217 Tensor& exponential_(Tensor& self, double lambda, std::optional<Generator> gen) { in exponential_() function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py6325 exponential_ = _make_inplace(exponential) variable