MCPcopy 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
146def _mul(A, B, device=None):
147 elementwise_func("_mul", A, B, 0)
148
149
150def create_linear_map(signed=True, total_bits=8, add_zero=True):

Callers

nothing calls this directly

Calls 1

elementwise_funcFunction · 0.85

Tested by

no test coverage detected