阅读(2302)
赞(12)
TensorFlow数学函数:tf.sin函数
2018-01-24 10:19:44 更新
tf.sin 函数
sin(
x,
name=None
)
请参阅指南:数学函数>基本数学函数
计算x元素的正弦.
函数参数
- x:一个Tensor.必须是下列类型之一:half,float32,float64,complex64,complex128.
- name:操作的名称(可选).
函数返回
tf.sin函数返回一个Tensor,与x有相同的类型.