TensorFlow.NET icon indicating copy to clipboard operation
TensorFlow.NET copied to clipboard

Can I see the list for functions implemented.

Open openmll opened this issue 5 years ago • 5 comments

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.

openmll avatar Sep 14 '20 04:09 openmll

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.

Esther2013 avatar Sep 14 '20 18:09 Esther2013

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

Oceania2018 avatar Sep 20 '20 01:09 Oceania2018

Thank you for your hard work

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

openmll avatar Sep 24 '20 23:09 openmll

@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 avatar Sep 28 '20 14:09 GeorgeS2019

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

GeorgeS2019 avatar Dec 18 '20 12:12 GeorgeS2019