-
基本数学运算
-
加减乘除运算
image-20201212204508955
-
幂指对数运算
image-20201212204548192
-
-
一维张量幂运算
image-20201212204648603
-
二维张量幂运算
image-20201212204803711
-
其他运算
image-20201212204949111
-
三角函数和反三角函数运算
image-20201212205048368
-
重载运算符
image-20201212205138814
image-20201212205209271
-
广播机制(broadcasting)
image-20201212205357412



-
张量乘法
-
元素乘法
tf.multiply()
*
运算符 -
矩阵乘法
tf.matmul()
@
运算符
-
-
多维矩阵乘法
image-20201212210036272






-
数据统计:求张量在某个维度上、或者全局的统计值
image-20201212210316572
-
axis
省略时求全局最值 -
tf.argmax(ts,axis=0); tf.argmin(ts,axis=0)
: 求最值的indeximage-20201212210550223
-



网友评论