标签: python tensorflow
在python中,函数名称中的语法=>是什么意思?什么叫它做什么?
=>
例如:
# Constant 1-D Tensor populated with value list. tensor = tf.constant([1, 2, 3, 4, 5, 6, 7]) => [1 2 3 4 5 6 7]