Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesRandomness.cpp323 struct UnaryPointwiseRandomBatchRule<F, Func, typelist<A0, T...>> { struct
324 static Tensor apply(const Tensor& tensor, T... extra_args) { in apply()