摘要: 深度学习神经网络模型中的量化是指浮点数用定点数来表示,也就是在DSP技术中常说的Q格式。 Q格式 Q格式表示为:Qm.n,表示数据用m比特表示整数部分,n比特表示小数部分,共需要m+n+1位来表示这个数据,多余的一位用作符号位(不表示出来)。 例如Q15表示小数部分有15位,一个short型数据,占 阅读全文
posted @ 2025-11-27 19:52 白柒 阅读(6) 评论(0) 推荐(0)
摘要: 来源:知乎 ROOT := $(shell pwd) SUBDIR := $(ROOT) # func里是子函数和其头文件 SUBDIR += $(ROOT)/func TARGET := $(ROOT).exe OUTPUT := ./output # INCS变量生成包含路径选项,用于指定头文件 阅读全文
posted @ 2025-03-26 14:49 白柒 阅读(66) 评论(0) 推荐(0)
摘要: /* * @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)
摘要: /* * @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)
摘要: /* * @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)
摘要: /* * @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)
摘要: /* * @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)
摘要: /* * @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)
摘要: /* * @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)
摘要: /* * @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)