Open
Description
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.