03 2022 档案
摘要:1 C++ 内存分区 栈区(stack) 堆区(heap) 代码区(.text[read-only for program]) 常量区(.rodata[read-only for constant]) 全局(静态)存储区 .data: initialized / read & write .bss:
阅读全文
摘要:1 ONNX ONNX是表示模型的一种格式, 它提供了对模型的一种中间表示。 1.1 ONNX's Design Principles: 既支持深度神经网络, 也支持传统的机器学习 可解释 后向兼容(backward compatible) compact and cross-platform re
阅读全文