tensorflow
wf0934
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tensorflow中tf.constant使用方法介绍
tf.constant( value, dtype=None, shape=None, name='Const', verify_shape=False ) value: A constant value (or list) of output type dtype. dtype: The type of the elements of the re...原创 2019-02-22 10:23:12 · 3445 阅读 · 2 评论 -
tensorflow中tf.assign()使用方法介绍
tf.assign( ref, value, validate_shape=None, use_locking=None, name=None ) 官方解释 A Tensor that will hold the new value of 'ref' after the assignment has completed. 就是将变量ref的值用valu...原创 2019-02-22 16:13:11 · 2168 阅读 · 0 评论
分享