-
基本数学运算
-
加减乘除运算
image-20201212204508955
-
幂指对数运算
image-20201212204548192
-
-
一维张量幂运算
image-20201212204648603
-
二维张量幂运算
image-20201212204803711
-
其他运算
image-20201212204949111
-
三角函数和反三角函数运算
image-20201212205048368
-
重载运算符
image-20201212205138814
image-20201212205209271
-
广播机制(broadcasting)
image-20201212205357412
image-20201212205406720
image-20201212205531491
image-20201212205559402
-
张量乘法
-
元素乘法
tf.multiply()*运算符 -
矩阵乘法
tf.matmul()@运算符
-
-
多维矩阵乘法
image-20201212210036272
image-20201212210044357
image-20201212210131499
image-20201212210140907
image-20201212210153105
image-20201212210201957
image-20201212210211450
-
数据统计:求张量在某个维度上、或者全局的统计值
image-20201212210316572
-
axis省略时求全局最值 -
tf.argmax(ts,axis=0); tf.argmin(ts,axis=0): 求最值的index
image-20201212210550223
-
image-20201212210333678
image-20201212210343731
image-20201212210356446










网友评论