HomeSort by relevance Sort by last modified time
    Searched refs:student_t (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGen/
2002-04-08-LocalArray.c 7 double student_t[30]={0.0 , 12.706 , 4.303 , 3.182 , 2.776 , 2.571 , local
13 return student_t[X];
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
student_t_test.py 32 from tensorflow.python.ops.distributions import student_t
61 student = student_t.StudentT(df, loc=mu, scale=-sigma)
90 student = student_t.StudentT(df, loc=mu, scale=sigma)
116 student = student_t.StudentT(df, loc=mu, scale=sigma)
140 student = student_t.StudentT(df=df_v, loc=mu_v, scale=sigma_v)
166 student = student_t.StudentT(df=df, loc=mu, scale=sigma)
184 student = student_t.StudentT(df=df, loc=mu, scale=sigma, name="student_t1")
188 student2 = student_t.StudentT(df=df, loc=mu, scale=sigma, name="student_t2")
197 student = student_t.StudentT(df=df, loc=1., scale=1.)
214 student = student_t.StudentT(df=df, loc=mu, scale=sigma
    [all...]
  /external/tensorflow/tensorflow/python/ops/distributions/
distributions.py 37 from tensorflow.python.ops.distributions.student_t import StudentT
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
vector_student_t.py 27 from tensorflow.python.ops.distributions import student_t
217 distribution = student_t.StudentT(
  /external/tensorflow/tensorflow/contrib/distributions/
__init__.py 87 from tensorflow.python.ops.distributions.student_t import *

Completed in 1101 milliseconds