tf.strings.split
lines = tf.strings.split(line, '\n')
输入是list格式
输出是一个SparseTensorValue对象
SparseTensorValue(indices,
values=array( ,dtype),
dense_shape)
拿结果
lines.values
tf.strings.split
lines = tf.strings.split(line, '\n')
输入是list格式
输出是一个SparseTensorValue对象
SparseTensorValue(indices,
values=array( ,dtype),
dense_shape)
拿结果
lines.values