We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_return_value
Gen.get_return_value
1 parent 2b62bd0 commit e1d5b86Copy full SHA for e1d5b86
src/modeling_library/product.jl
@@ -52,7 +52,7 @@ function ProductDistribution(distributions::Vararg{<:Distribution})
52
start_pos = 1
53
54
for dist in distributions
55
- push!(types, get_return_type(dist))
+ push!(types, Gen.get_return_type(dist))
56
57
_has_output_grads = _has_output_grads && has_output_grad(dist)
58
_is_discrete = _is_discrete && is_discrete(dist)
0 commit comments