Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2.py126 def _compute_theoretical_jacobian(f, y_shape, y_dtype, xs, param): function
277 jacob_t = _compute_theoretical_jacobian(f, y_shape, y_dtype,
Dgradient_checker.py56 def _compute_theoretical_jacobian(x, x_shape, x_data, dy, dy_shape, dx, function
237 jacob_t = _compute_theoretical_jacobian(