Skip to content

Commit

Permalink
full upload
Browse files Browse the repository at this point in the history
  • Loading branch information
yao62995 authored Nov 11, 2016
1 parent fad53fc commit 7ec8cb5
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 42 deletions.
83 changes: 41 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
# tensorflow
tensorflow 源码分析

[[图解tensorflow源码] [原创] Tensorflow 图解分析 (Session, Graph, Kernels, Devices)](http://www.cnblogs.com/yao62995/p/5773578.html)

TF Prepare

[[图解tensorflow源码] 入门准备工作](http://www.cnblogs.com/yao62995/p/5773142.html)

[[图解tensorflow源码] TF系统概述篇](http://www.cnblogs.com/yao62995/p/5773184.html)

Session篇

[[图解tensorflow源码] Session::Run()流程图 (单机版)](http://www.cnblogs.com/yao62995/p/5773036.html)

[[图解tensorflow源码] Session::Run() 分布式版本](http://www.cnblogs.com/yao62995/p/5773043.html)

Graph 篇

[[图解tensorflow源码] Graph 图模块 (UML视图)](http://www.cnblogs.com/yao62995/p/5773070.html)

[[图解tensorflow源码] Graph 图模块 —— Graph Loading](http://www.cnblogs.com/yao62995/p/5773080.html)

[[图解tensorflow源码] Graph 图构建 (Graph Constructor)](http://www.cnblogs.com/yao62995/p/5773088.html)

[[图解tensorflow源码] Graph 图优化 (graph optimizer)](http://www.cnblogs.com/yao62995/p/5773103.html)

Device 篇

[[图解tensorflow源码] Simple Placer节点布放算法](http://www.cnblogs.com/yao62995/p/5773053.html)

[[图解tensorflow源码] [转载] tensorflow设备内存分配算法解析 (BFC算法)](http://www.cnblogs.com/yao62995/p/5773166.html)

[[图解tensorflow源码] 线程池模块分析 (CPU thread pool device)](http://www.cnblogs.com/yao62995/p/5773063.html)

Op Kernels 篇

[[图解tensorflow源码] MatMul 矩阵乘积运算 (前向计算,反向梯度计算)](http://www.cnblogs.com/yao62995/p/5773029.html)

[[图解tensorflow源码] Conv2d卷积运算 (前向计算,反向梯度计算)](http://www.cnblogs.com/yao62995/p/5773018.html)

持续更新中。。。
## tensorflow 源码分析

[[图解tensorflow源码] [原创] Tensorflow 图解分析 (Session, Graph, Kernels, Devices)](http://www.cnblogs.com/yao62995/p/5773578.html)

## TF Prepare

[[图解tensorflow源码] 入门准备工作](http://www.cnblogs.com/yao62995/p/5773142.html)

[[图解tensorflow源码] TF系统概述篇](http://www.cnblogs.com/yao62995/p/5773184.html)

## Session篇

[[图解tensorflow源码] Session::Run()流程图 (单机版)](http://www.cnblogs.com/yao62995/p/5773036.html)

[[图解tensorflow源码] Session::Run() 分布式版本](http://www.cnblogs.com/yao62995/p/5773043.html)

## Graph 篇

[[图解tensorflow源码] Graph 图模块 (UML视图)](http://www.cnblogs.com/yao62995/p/5773070.html)

[[图解tensorflow源码] Graph 图模块 —— Graph Loading](http://www.cnblogs.com/yao62995/p/5773080.html)

[[图解tensorflow源码] Graph 图构建 (Graph Constructor)](http://www.cnblogs.com/yao62995/p/5773088.html)

[[图解tensorflow源码] Graph 图优化 (graph optimizer)](http://www.cnblogs.com/yao62995/p/5773103.html)

## Device 篇

[[图解tensorflow源码] Simple Placer节点布放算法](http://www.cnblogs.com/yao62995/p/5773053.html)

[[图解tensorflow源码] [转载] tensorflow设备内存分配算法解析 (BFC算法)](http://www.cnblogs.com/yao62995/p/5773166.html)

[[图解tensorflow源码] 线程池模块分析 (CPU thread pool device)](http://www.cnblogs.com/yao62995/p/5773063.html)

## Op Kernels 篇

[[图解tensorflow源码] MatMul 矩阵乘积运算 (前向计算,反向梯度计算)](http://www.cnblogs.com/yao62995/p/5773029.html)

[[图解tensorflow源码] Conv2d卷积运算 (前向计算,反向梯度计算)](http://www.cnblogs.com/yao62995/p/5773018.html)


Binary file added conv2d.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graph_construct.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graph_loading.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graph_meta.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graph_optimize.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mat_mul.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session_run.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added session_run_dist.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added simple_placer.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added thread_pool.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ec8cb5

Please sign in to comment.