1.张量
1.1 tf.split
https://blog.csdn.net/SangrealLilith/article/details/80272346
就是切割张量,支持两种切分
1.2 tf.stop_gradient
https://www.tensorflow.org/api_docs/python/tf/stop_gradient
1.3 tf.sequence_mask
https://blog.csdn.net/weixin_41874599/article/details/82689036
1.4 tf.expand_dims
https://blog.csdn.net/jasonzzj/article/details/60811035
1.5 tf.SparseTenso
2.数据
2.1 tf.data
https://www.tensorflow.org/guide/data
2.2 tf.FixedLenFeature, tf.VarLenFeature
https://www.jianshu.com/p/a40df43c08f6
2.3 tf.Print
https://blog.csdn.net/thormas1996/article/details/81224405