Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributions/
H A DstudentT.py15 class StudentT(Distribution): class
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/
H A Dstudent_t.py43 class StudentT(distribution.Distribution): class