Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
def
fill(A, value, device=None, prefetch=True):
143
elementwise_func(
"fill"
, A, None, value)
144
145
146
def
_mul(A, B, device=None):
Callers
nothing calls this directly
Calls
1
elementwise_func
Function · 0.85
Tested by
no test coverage detected