Searched refs:_compute_theoretical_jacobian (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | gradient_checker_v2.py | 126 def _compute_theoretical_jacobian(f, y_shape, y_dtype, xs, param): function 277 jacob_t = _compute_theoretical_jacobian(f, y_shape, y_dtype,
|
D | gradient_checker.py | 56 def _compute_theoretical_jacobian(x, x_shape, x_data, dy, dy_shape, dx, function 237 jacob_t = _compute_theoretical_jacobian(
|