What is the type hint of variables bound inside (e.g., ax
in Softmax)
#481
Labels
question
Further information is requested
ax
in Softmax)
#481
What should be the type hint for
ax
in thisSoftmax
function?Funsor
works but then thenax
cannot be astr
Value[str]
can only be astr
and notVariable
Bound
works both asstr
andVariable
butax
is not actually boundThe text was updated successfully, but these errors were encountered: