Can I see the list for functions implemented.
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.
The document is not updated. You can get the APIs from source code:

If you can't find what you want, please raise issue in the issue page, or you can contribute to tf .net.
I'll add it in v0.21. https://www.tensorflow.org/api_docs/python/tf/nn/depthwise_conv2d
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
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.
@openmll please help us update the table so future questions on what has and has not implemented is clearly summarised.