标签:size href AC 转换 reduce tput www. ice max
tf.add(x,y,name)
tf.subtract(x,y,name)
tf.multiply(x,y,name)
tf.divide(x,y,name)
tf.square(x,name) # 平方
tf.pow(x,y,name) # x的y次方
tf.sqrt(x,name) # 平方根
tf.exp(x,name) # e的x次方
tf.matmul(a,b)相当于np.dot()
tf.cast(x,dtype,name) # 将x转换为dtype的格式
tf.shape()
tf.size()
tf.nn.relu(features, name=None) # 最常用的激活函数
tf.argmax(input, axis=None, name=None, dimension=None, output_type=tf.int64)
标签:size href AC 转换 reduce tput www. ice max
原文地址:https://www.cnblogs.com/zenan/p/9151935.html