当前位置:网站首页>Tf中的平方,多次方,开方计算
Tf中的平方,多次方,开方计算
2022-08-11 06:45:00 【phac123】
import tensorflow as tf
a = tf.fill([1, 2], 9.)
print("a: ", a)
print("a的三次方: ", tf.pow(a, 3))
print("a的平方: ", tf.square(a))
print("a的开方: ", tf.sqrt(a))

边栏推荐
- js判断图片是否存在
- sql--Users who have purchased more than 3 times (inclusive) within 7 days (including the current day), and the purchase amount in the past 7 days exceeds 1,000
- Depth (relay supervision)
- LeetCode brushing series -- 46. Full arrangement
- matplotlib
- 每日sql-统计各个专业人数(包括专业人数为0的)
- 为什么C#中对MySQL不支持中文查询
- 软件测试基本流程有哪些?北京专业第三方软件检测机构安利
- 国密规范 SM2 SM3 SM4
- opencv实现数据增强(图片+标签)平移,翻转,缩放,旋转
猜你喜欢

恒源云-Pycharm远程训练避坑指南

Douyin API interface

Daily sql--statistics the total salary of employees in the past three months (excluding the latest month)

Pinduoduo api interface application example

结合均线分析k线图的基本知识

go-grpc TSL认证 解决 transport: authentication handshake failed: x509 certificate relies on ... ...

技能在赛题解析:交换机防环路设置

prometheus学习4Grafana监控mysql&blackbox了解

radix-4 FFT principle and C language code implementation

Douyin API interface
随机推荐
从 dpdk-20.11 移植 intel E810 百 G 网卡 pmd 驱动到 dpdk-16.04 中
Go语言实现Etcd服务发现(Etcd & Service Discovery & Go)
prometheus学习5altermanager
2021-08-11 for循环结合多线程异步查询并收集结果
Redis + lua implements distributed interface current limiting implementation scheme
Production and optimization of Unity game leaderboards
详述 MIMIC护理人员信息表(十五)
每日sql-员工奖金过滤和回答率排序第一
技术分享 | 实战演练接口自动化如何处理 Form 请求?
buu—Re(5)
Amazon API interface Daquan
语音信号处理:预处理【预加重、分帧、加窗】
How Unity handles C# under the hood
LeetCode brushing series -- 46. Full arrangement
计算YUV文件的PSNR与SSIM
【推荐系统】:协同过滤和基于内容过滤概述
深度监督(中继监督)
Shell:三剑客之awk
2022-08-09 Group 4 Self-cultivation class study notes (every day)
Douyin API interface