Skip to content

Can I see the list for functions implemented. #619

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

Open
openmll opened this issue Sep 14, 2020 · 5 comments
Open

Can I see the list for functions implemented. #619

openmll opened this issue Sep 14, 2020 · 5 comments
Assignees
Labels
missing feature/s An issue about missing features in the library.

Comments

@openmll
Copy link

openmll commented Sep 14, 2020

I am developing a program with C#.
I think Tensorflow.NET is good to build Deep-learning Network.
But, currently many functions of Tensorflow are not implemented yet.

Especially, I need function "depthwise_conv2d".
But, I got error from existing code tf.OpDefLib._apply_op_helper("DepthwiseConv2dNative", name: name, keywords: dict);

Is there any list or document for describing binding functions which is completely implemented ?

Thank you.

@Esther2013
Copy link
Member

The document is not updated. You can get the APIs from source code:

image

If you can't find what you want, please raise issue in the issue page, or you can contribute to tf .net.

@Oceania2018
Copy link
Member

@Oceania2018 Oceania2018 self-assigned this Sep 20, 2020
@Oceania2018 Oceania2018 added the missing feature/s An issue about missing features in the library. label Sep 20, 2020
@openmll
Copy link
Author

openmll commented Sep 24, 2020

Thank you for your hard work

I'll add it in v0.21.
https://www.tensorflow.org/api_docs/python/tf/nn/depthwise_conv2d

@GeorgeS2019
Copy link

@openmll

I propose a way to get the latest update of the Tensorflow.NET c# code coverage of the corresponding TensorFlow C API Unit Tests

If u find this proposal will help in providing another view of the TensorFlow Functions implemented, please feedback and add suggetions.

@GeorgeS2019
Copy link

@openmll please help us update the table so future questions on what has and has not implemented is clearly summarised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
missing feature/s An issue about missing features in the library.
Projects
None yet
Development

No branches or pull requests

4 participants