Searched refs:_forward_over_back_hessian (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/keras/integration_test/ |
D | forwardprop_test.py | 102 def _forward_over_back_hessian(f, params, use_pfor, dtype=None): function 304 kernel_hess, bias_hess = _forward_over_back_hessian(
|
/external/tensorflow/tensorflow/python/eager/ |
D | forwardprop_test.py | 174 def _forward_over_back_hessian(f, params, use_pfor, dtype=None): function 1012 hessian_eager, = _forward_over_back_hessian( 1017 hessian_function, = def_function.function(_forward_over_back_hessian)( 1022 hessian_pfor, = def_function.function(_forward_over_back_hessian)(
|