Home
last modified time | relevance | path

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

/dports/math/py-pymc3/pymc-3.11.4/pymc3/tests/
H A Dtest_transforms.py50 identity_f = theano.function([x], transform.backward(transform.forward(x)))
52 close_to(val, identity_f(val), tol)
122 identity_f = theano.function([x], tr.stick_breaking.forward(tr.stick_breaking.backward(x)))
123 close_to(val, identity_f(val), tol)
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Ddialogs.cpp40 static inline ld identity_f(ld x) { return x; } in identity_f() function
42 const static scaler identity = {identity_f, identity_f, false};
885 if(ne.intval && ne.sc.direct == &identity_f) in drawNumberDialog()