Skip to content

BoolanCppCodingCamp/ClassADay0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ClassADay0

实战课提到的几个资料:

  1. Scott Meyers 的演讲:

https://youtu.be/smqT9Io_bKo

  1. Tensorflow 中 variant 的使用:
namespace tensorflow {

// Allow Tensors to be stored inside Variants with automatic
// encoding/decoding when those Variants are themselves being decoded
// in a Tensor's FromProto.
//
// NOTE(mrry): The corresponding "copy function" registrations can be found in
// ../common_runtime/copy_tensor.cc (due to dependencies on other common_runtime
// code).

https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/framework/tensor.cc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published