We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
placeholder
Currently placeholder function only accepts integer indices. It is convenient to index multidimensional data column-wise or row-wise (see e.g. #17).
An example that will index data column-wise:
for t = 1:T ... placeholder(y[t], :y, dims=(obs_dim,), index=(:, t)) ... end
The text was updated successfully, but these errors were encountered:
ivan-bocharov
No branches or pull requests
Currently
placeholder
function only accepts integer indices. It is convenient to index multidimensional data column-wise or row-wise (see e.g. #17).An example that will index data column-wise:
The text was updated successfully, but these errors were encountered: