会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
生长的力量
博客园
首页
博问
闪存
新随笔
订阅
管理
2020年2月10日
深度学习之tensorflow框架(下)
摘要: 1 def tensor_demo(): 2 """ 3 张量的演示 4 :return: 5 """ 6 tensor1 = tf.constant(4.0) 7 tensor2 = tf.constant([1, 2, 3, 4]) 8 linear_squares = tf.constant(
阅读全文
posted @ 2020-02-10 21:08 生长的力量
阅读(249)
评论(0)
推荐(0)