Searched refs:InitJacobians (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/cc/framework/ |
D | gradient_checker.cc | 296 void InitJacobians(const OutputList& xs, in InitJacobians() function 333 InitJacobians<X_T, Y_T, JAC_T>(xs, x_shapes, y_shapes, &jacobian_ts); in ComputeGradientErrorInternal() 341 InitJacobians<X_T, Y_T, JAC_T>(xs, x_shapes, y_shapes, &jacobian_ns); in ComputeGradientErrorInternal()
|