MCPcopy Create free account
hub / github.com/alibaba/nann / make_vjp

Function make_vjp

tensorflow/tensorflow/python/eager/backprop.py:474–543  ·  view source on GitHub ↗

Returns a function that computes f and its vjp w.r.t. params. The term "vjp" here is an abbreviation for vector-jacobian product. Args: f: the function to be differentiated. params: the parameters (numbers or names) to differentiate with respect to. A value of None will differ

(f, params=None, persistent=True)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

decoratedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected