Skip to content

It is open source ebook about TensorFlow kernel and implementation mechanism.

Notifications You must be signed in to change notification settings

MyXOF/tensorflow-internals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Internals.

Licensed under [MIT License][].

Download PDF

$ wget -c https://raw.github.com/horance-liu/tensorflow-internals/master/tensorflow-internals.pdf

Downloads

You can obtain full latex source files of C++ Programming Style from https://github.com/horance-liu/tensorflow-internals

Install Tex

You should install full texlive packages.

  • Ubuntu
$ sudo apt-get install texlive-full
  • MacOS

Download MacTeX.pkg, and install it.

  • Windowns

Download CTEX-full, and install it.

Install Missing Fonts

Then you should install some missing chinese fonts.

  • Ubuntu
$ sudo mkdir /usr/local/share/fonts/truetype
$ sudo cp -R fonts /usr/local/share/fonts/truetype
$ cd /usr/local/share/fonts/truetype
$ sudo mv fonts win-fonts
$ sudo chown -R root win-fonts
$ sudo fc-cache
  • MacOS

Import all missing fonts into fontbook

  • Windows

Copy the all missing fonts into C:/WINDOWS/Fonts

$ fc-cache

Build

$ make

Preview PDF

$ open output/tensorflow-internals.pdf

License

MIT License

About

It is open source ebook about TensorFlow kernel and implementation mechanism.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TeX 100.0%