Searched defs:logspace_out (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | RangeFactories.cpp | 69 Tensor& logspace_out(const Tensor& start, const Tensor& end, int64_t steps, double base, Tensor& re… in logspace_out() function 75 Tensor& logspace_out(const Tensor& start, const Scalar& end, int64_t steps, double base, Tensor& re… in logspace_out() function 81 Tensor& logspace_out(const Scalar& start, const Tensor& end, int64_t steps, double base, Tensor& re… in logspace_out() function 87 Tensor& logspace_out(const Scalar& start, const Scalar& end, int64_t steps, double base, Tensor& re… in logspace_out() function
|