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
A few cases:
Arg order in relay funcs isn't same as C++, tell folks to prefer named args in python
relay.io.load(node=n,path=p)
leave array vs leaf node acces:
n.fetch("child") vs n["child"] when child is a leaf
The text was updated successfully, but these errors were encountered:
Some of this now exists: https://llnl-conduit.readthedocs.io/en/latest/tutorial_python_basics.html#differences-between-c-and-python-apis
Sufficient for 0.6.0.
But, we don't have docs for relay funcs that cover this, so I am not closing, instead moving to future release.
Sorry, something went wrong.
No branches or pull requests
A few cases:
Arg order in relay funcs isn't same as C++, tell folks to prefer named args in python
relay.io.load(node=n,path=p)
leave array vs leaf node acces:
n.fetch("child") vs n["child"] when child is a leaf
The text was updated successfully, but these errors were encountered: