Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/microsoft/BitNet
/ UnquantizedDataType
Class
UnquantizedDataType
utils/convert.py:68–69 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
67
@dataclass(frozen=True)
68
class
UnquantizedDataType(DataType):
69
pass
70
71
72
DT_F16 = UnquantizedDataType(
'F16'
, dtype = np.dtype(np.float16), valid_conversions = [
'F32'
,
'Q8_0'
])
Callers
1
convert.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected