Skip to content
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

Amend memory ownership hierarchy to have Tensor owned by Manager instead of OpCreateTensor / OpBase #138

Merged
merged 27 commits into from
Feb 10, 2021

Conversation

axsaucedo
Copy link
Member

@axsaucedo axsaucedo commented Feb 8, 2021

PR into #137 (as opposed to master) containing parts 2 and 3 of #136.

Key way to initialies tensors is no longer with OpTensorCreate, but instead with:

  • mgr.tensor({1,2,3,]),
  • mgr.rebuild({ std::shared_ptr<Tensor>(...) })
  • mgr.rebuild( std::shared_ptr<Tensor>(...) )

@axsaucedo axsaucedo changed the title 136 memory hierarchy tensor manager Amend memory ownership hierarchy to have Tensor owned by Manager instead of OpCreateTensor / OpBase Feb 8, 2021
@axsaucedo axsaucedo changed the base branch from revamp_memory_tensor_mgmt to master February 9, 2021 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant