Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitsandbytes-foundation/bitsandbytes
/ _mul
Function
_mul
bitsandbytes/functional.py:146–147 ·
view source on GitHub ↗
(A, B, device=None)
Source
from the content-addressed store, hash-verified
144
145
146
def
_mul(A, B, device=None):
147
elementwise_func(
"_mul"
, A, B, 0)
148
149
150
def
create_linear_map(signed=True, total_bits=8, add_zero=True):
Callers
nothing calls this directly
Calls
1
elementwise_func
Function · 0.85
Tested by
no test coverage detected