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

Function _mul

bitsandbytes/functional.py:186–187  ·  view source on GitHub ↗
(A, B, device=None)

Source from the content-addressed store, hash-verified

184
185
186def _mul(A, B, device=None):
187 elementwise_func("_mul", A, B, 0)
188
189
190def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…