Searched refs:_compute_numeric_jacobian (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | gradient_checker_v2.py | 195 def _compute_numeric_jacobian(f, y_size, y_dtype, xs, param, function 279 jacob_n = _compute_numeric_jacobian(f, y_size, y_dtype, xs,
|
D | gradient_checker.py | 134 def _compute_numeric_jacobian(x, x_shape, x_data, y, y_shape, delta, function 239 jacob_n = _compute_numeric_jacobian(
|