forked from GafferHQ/gaffer
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tensor : Fix construction from BoolData
I was creating a tensor that referenced temporary data directly, so when that data went out of scope it was just referencing junk. Now we're creating a tensor which owns its own memory.
- Loading branch information
1 parent
aaa0ba0
commit aa1319e
Showing
1 changed file
with
7 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters