Dorokhov

Results 4 comments of Dorokhov

What do you think about the following API: C#: ```csharp float n = 5; // specifies input type and value float p = 10; // run multiply expression which will...

@migueldeicaza Hi, I started to verify AddGradients() API with code like this: var x = graph.Const (3.0); var y = graph.Square (x); var y1 = graph.Square (y); var y2 =...

Hi @cesarsouza, I think you are right, and the API should produce one value - partial derivatives of 'y' sums which are 17502 (6+17496) in my case, but it returns...

Started discussing the gradient API issue in the [tensorflow repository](https://github.com/tensorflow/tensorflow/issues/13190), hoping we will find how the API actually works soon.