HomeSort by relevance Sort by last modified time
    Searched refs:dx_2 (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/cc/gradients/
nn_grad.cc 143 auto dx_2 = Conv2DBackpropFilter(scope, op.input(0), local
146 grad_outputs->push_back(dx_2);
math_grad.cc 370 auto dx_2 = Reshape(scope, Sum(scope, gx_2, rx.r1), sx_2); local
372 grad_outputs->push_back(dx_2);
380 // dy/dx_1 = dy/dx_2 = 1
392 // dy/dx_2 = -1
406 // dy/dx_2 = x_1
420 // dy/dx_2 = -x_1/x_2^2
435 // dy/dx_2 = -x_1/x_2^2
450 // dy/dx_2 = -2 * (x_1 - x_2)
521 // dy/dx_2 = 0 where comparator is true, and 1 otherwise.
    [all...]

Completed in 563 milliseconds