Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesBinaryOps.cpp56 struct BinaryRandomPointwiseBatchRuleHelper<F, Func, typelist<T1, T2, T...>> { struct
57 static Tensor apply(const Tensor& tensor, const Tensor& other, T... extra_args) { in apply()