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

TFTensor.{Zeros, Ones, Fill} #59

Open
migueldeicaza opened this issue May 17, 2017 · 1 comment
Open

TFTensor.{Zeros, Ones, Fill} #59

migueldeicaza opened this issue May 17, 2017 · 1 comment

Comments

@migueldeicaza
Copy link
Owner

migueldeicaza commented May 17, 2017

Add convenient methods to create TFTensor instances with zeros, ones, or specific values given a shape.

Additionally, the shape could be provided with a params int [] or a TFShape.

Note: while I implemented some skeleton methods in KerasSharp for this, I just realized they are wrong. The current binding for TFGraph.Const is the raw underlying binding, and we need to do more work to create these constants, the code in Python in constants.py seems to use protocol buffers to set it up.

@svsnux
Copy link

svsnux commented Jun 14, 2017

I only noticed this now... See my PR

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

No branches or pull requests

2 participants