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

Function fill

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

Source from the content-addressed store, hash-verified

140
141
142def fill(A, value, device=None, prefetch=True):
143 elementwise_func("fill", A, None, value)
144
145
146def _mul(A, B, device=None):

Callers

nothing calls this directly

Calls 1

elementwise_funcFunction · 0.85

Tested by

no test coverage detected