会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
kioskl
博客园
首页
新随笔
联系
订阅
管理
2022年4月24日
Tensflow学习笔记
摘要: import tensorflow as tf sess=tf.compat.v1.Session()a=tf.constant(32) #创建常量b=tf.constant(10) #创建常量#加法a+b+bd=tf.add_n([a,b,b])print(d) 运行结果: Tensor("Add
阅读全文
posted @ 2022-04-24 22:23 kioskl
阅读(74)
评论(0)
推荐(0)
公告