Home
last modified time | relevance | path

Searched refs:_compute_numeric_jacobian (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2.py195 def _compute_numeric_jacobian(f, y_size, y_dtype, xs, param, function
279 jacob_n = _compute_numeric_jacobian(f, y_size, y_dtype, xs,
Dgradient_checker.py134 def _compute_numeric_jacobian(x, x_shape, x_data, y, y_shape, delta, function
239 jacob_n = _compute_numeric_jacobian(