MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / HessiansV2

Function HessiansV2

tensorflow/python/ops/gradients_impl.py:400–406  ·  view source on GitHub ↗
(ys,
               xs,
               gate_gradients=False,
               aggregation_method=None,
               name="hessians")

Source from the content-addressed store, hash-verified

398
399@tf_export("hessians", v1=[])
400def HessiansV2(ys,
401 xs,
402 gate_gradients=False,
403 aggregation_method=None,
404 name="hessians"):
405 return hessians(ys, xs, name=name, gate_gradients=gate_gradients,
406 aggregation_method=aggregation_method)
407
408
409HessiansV2.__doc__ = hessians.__doc__

Callers

nothing calls this directly

Calls 1

hessiansFunction · 0.85

Tested by

no test coverage detected