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

Function _extra_feeds

tensorflow/python/ops/gradient_checker.py:48–54  ·  view source on GitHub ↗
(extra_feed_dict, new_feeds)

Source from the content-addressed store, hash-verified

46
47
48def _extra_feeds(extra_feed_dict, new_feeds):
49 if not extra_feed_dict:
50 return new_feeds
51 r = {}
52 r.update(extra_feed_dict)
53 r.update(new_feeds)
54 return r
55
56
57def _compute_theoretical_jacobian(x, x_shape, x_data, dy, dy_shape, dx,

Callers 2

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected