会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
白柒
博客园
首页
新随笔
联系
订阅
管理
2025年11月27日
浮点数定点表示(Q格式)
摘要: 深度学习神经网络模型中的量化是指浮点数用定点数来表示,也就是在DSP技术中常说的Q格式。 Q格式 Q格式表示为:Qm.n,表示数据用m比特表示整数部分,n比特表示小数部分,共需要m+n+1位来表示这个数据,多余的一位用作符号位(不表示出来)。 例如Q15表示小数部分有15位,一个short型数据,占
阅读全文
posted @ 2025-11-27 19:52 白柒
阅读(6)
评论(0)
推荐(0)
2025年3月26日
makefile通用模版
摘要: 来源:知乎 ROOT := $(shell pwd) SUBDIR := $(ROOT) # func里是子函数和其头文件 SUBDIR += $(ROOT)/func TARGET := $(ROOT).exe OUTPUT := ./output # INCS变量生成包含路径选项,用于指定头文件
阅读全文
posted @ 2025-03-26 14:49 白柒
阅读(66)
评论(0)
推荐(0)
2025年3月25日
runoob_35_templates
摘要: /* * @Author: by777 * @Date: 2025-03-25 09:36:42 * @LastEditors: by777 * @LastEditTime: 2025-03-25 10:18:37 * @FilePath: /cxx_stl/runoob_35.cpp * @Des
阅读全文
posted @ 2025-03-25 11:05 白柒
阅读(8)
评论(0)
推荐(0)
runoob_34_opencv
摘要: /* * @Author: by777 * @Date: 2025-03-25 09:30:44 * @LastEditors: by777 * @LastEditTime: 2025-03-25 09:33:44 * @FilePath: /cxx_stl/runoob_34.cpp * @Des
阅读全文
posted @ 2025-03-25 11:04 白柒
阅读(4)
评论(0)
推荐(0)
runoob_33_numbers
摘要: /* * @Author: by777 * @Date: 2025-03-25 09:26:34 * @LastEditors: by777 * @LastEditTime: 2025-03-25 09:27:45 * @FilePath: /cxx_stl/runoob_33.cpp * @Des
阅读全文
posted @ 2025-03-25 11:03 白柒
阅读(17)
评论(0)
推荐(0)
runoob_32_cfloat
摘要: /* * @Author: by777 * @Date: 2025-03-25 09:08:23 * @LastEditors: by777 * @LastEditTime: 2025-03-25 09:24:49 * @FilePath: /cxx_stl/runoob_32.cpp * @Des
阅读全文
posted @ 2025-03-25 11:03 白柒
阅读(17)
评论(0)
推荐(0)
runoob_31_climits
摘要: /* * @Author: by777 * @Date: 2025-03-24 20:25:52 * @LastEditors: by777 * @LastEditTime: 2025-03-24 20:27:06 * @FilePath: /cxx_stl/runoob_31.cpp * @Des
阅读全文
posted @ 2025-03-25 11:02 白柒
阅读(21)
评论(0)
推荐(0)
runoob_30_cassert
摘要: /* * @Author: by777 * @Date: 2025-03-24 20:24:01 * @LastEditors: by777 * @LastEditTime: 2025-03-24 20:24:09 * @FilePath: /cxx_stl/runoob_30.cpp * @Des
阅读全文
posted @ 2025-03-25 10:57 白柒
阅读(7)
评论(0)
推荐(0)
runoob_29_codecvt
摘要: /* * @Author: by777 * @Date: 2025-03-24 20:21:37 * @LastEditors: by777 * @LastEditTime: 2025-03-24 20:23:00 * @FilePath: /cxx_stl/runoob_29.cpp * @Des
阅读全文
posted @ 2025-03-25 10:56 白柒
阅读(21)
评论(0)
推荐(0)
runoob_28_locale
摘要: /* * @Author: by777 * @Date: 2025-03-24 20:17:40 * @LastEditors: by777 * @LastEditTime: 2025-03-24 20:20:43 * @FilePath: /cxx_stl/runoob_28.cpp * @Des
阅读全文
posted @ 2025-03-25 10:56 白柒
阅读(2)
评论(0)
推荐(0)
下一页
公告