Home
last modified time | relevance | path

Searched refs:wfunc (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/gan/python/eval/python/
Dsliced_wasserstein_test.py81 wfunc = swd.sliced_wasserstein_distance(d1, d2)
83 wscores = [sess.run(x) for x in wfunc]
97 wfunc = swd.sliced_wasserstein_distance(d1, d2, use_svd=True)
99 wscores = [sess.run(x) for x in wfunc]
/external/toolchain-utils/cros_utils/
Dstats.py3846 def wfunc(w): function
3856 x = N.where(N.less(y, 1.0), wfunc(y * y), yfunc(y - 2.0)) # get x's