当前位置:网站首页>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))

边栏推荐
猜你喜欢

Redis源码-String:Redis String命令、Redis String存储原理、Redis字符串三种编码类型、Redis String SDS源码解析、Redis String应用场景

Attitude solution - gyroscope + Euler method

Trill keyword search goods - API

常见激活函数及其导数

2022年中国软饮料市场洞察

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

Pinduoduo API interface

MindManager2022全新正式免费思维导图更新

囍楽云任务源码

下一代 无线局域网--强健性
随机推荐
mysql视图与索引
《猪猪1984》NFT 作品集将上线 The Sandbox 市场平台
Implementation of FIR filter based on FPGA (5) - FPGA code implementation of parallel structure FIR filter
接入网、承载网、核心网是什么,交换机路由器是什么、这个和网络的协议有什么关系呢?
进制转换间的那点事
prometheus学习5altermanager
【sdx62】XBL设置共享内存变量,然后内核层获取变量实现
计算YUV文件的PSNR与SSIM
从苹果、SpaceX等高科技企业的产品发布会看企业产品战略和敏捷开发的关系
Taobao API common interface and acquisition method
Daily sql - judgment + aggregation
Service的两种启动方式与区别
js根据当天获取前几天的日期
为什么我使用C#操作MySQL进行中文查询失败
机器学习总结(二)
Do not add the is prefix to the variables of the boolean type in the POJO class of the Alibaba specification
每日sql -查询至少有5名下属的经理和选举
Taobao sku API interface (PHP example)
pytorch,numpy两种方法实现nms类间+类内
【深度学习】什么是互信息最大化?