摘要: Element wise operations An element wise operation operates on corresponding elements between tensors. Two tensors must have the same shape in order to 阅读全文
posted @ 2019-06-21 20:26 虔诚的树 阅读(669) 评论(0) 推荐(0)
摘要: C++ STL map map内部数据组织:自建一颗红黑树(一种非严格意义上的平衡二叉树) 头文件: Operation: 1. 自动建立Key Value的键值对; 2. 根据Key值快速查找记录,复杂度 $O(log(N))$ ; 3. 快速插入Key Value记录; 4. 快速删除Key V 阅读全文
posted @ 2019-06-21 11:12 虔诚的树 阅读(138) 评论(0) 推荐(0)