MCPcopy Create free account
hub / github.com/boyiwei/alignment-attribution-code / tmp

Function tmp

lib/prune.py:333–334  ·  view source on GitHub ↗
(_, inp, out)

Source from the content-addressed store, hash-verified

331
332 def add_batch(name, tar):
333 def tmp(_, inp, out):
334 wrapped_layers[name].add_batch(inp[0].data, out.data, tar)
335
336 return tmp
337

Callers

nothing calls this directly

Calls 1

add_batchMethod · 0.45

Tested by

no test coverage detected