Searched refs:wfunc (Results 1 – 2 of 2) sorted by relevance
81 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]
3846 def wfunc(w): function3856 x = N.where(N.less(y, 1.0), wfunc(y * y), yfunc(y - 2.0)) # get x's