-
Couldn't load subscription status.
- Fork 214
Dispose Scalars implicitly created in Tensor operators
#1434
New issue
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
base: main
Are you sure you want to change the base?
Conversation
|
@dotnet-policy-service agree |
273f174 to
ff6ffd7
Compare
ff6ffd7 to
3778ec6
Compare
|
Is there anything I need to do for this to be merged? |
3778ec6 to
6c5156f
Compare
6c5156f to
a714ab7
Compare
|
|
|
@hiyuh if you want to make a pull request onto my branch with your additions, I'd happily merge it so that they can be part of the review for this pull request. |
|
@ds5678 |
This pull request modifies the
Tensoroperators involving primitives to immediately dispose theScalarobject they create, rather than waiting for the garbage collector.