MCPcopy Create free account
hub / github.com/bitsandbytes-foundation/bitsandbytes / fill

Function fill

bitsandbytes/functional.py:182–183  ·  view source on GitHub ↗
(A, value, device=None, prefetch=True)

Source from the content-addressed store, hash-verified

180
181
182def fill(A, value, device=None, prefetch=True):
183 elementwise_func("fill", A, None, value)
184
185
186def _mul(A, B, device=None):

Callers

nothing calls this directly

Calls 1

elementwise_funcFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…