tag
and not as a property
Op
s
type
s upon which we perform rewrites and expect/assume specific things
import aesara
import aesara.tensor as at
import aeppl
x = at.random.normal(name="x")
y = at.random.normal(name="y")
x_vv = x.clone()
y_vv = y.clone()
logp = aeppl.joint_logprob({x: x_vv, y: y_vv+x})
assert y not in aesara.graph.basic.ancestors([logp])
y_vv + x
for y
x
in y_vv + x
with x_vv
loc
of y.