Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DCorrelation.cpp27 const std::optional<Tensor>& fweights, in cov()
/aosp_15_r20/external/pytorch/test/
H A Dtest_torch.py2240 def check(t, correction=1, fweights=None, aweights=None): argument