Home
last modified time | relevance | path

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

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