是否有可能在Tensorflow中获得无界弧的语义而不直接在op本身中排队?
例如,如果我想编写一个带有标量字符串my_string
和“发出”("string", num_occurrences_in_my_string)
元组的操作,我必须求助于以下任一输出选项(到目前为止)据我所知):
tf.TextLineReader
does)据我所知the paper from Google on the Tensorflow "programming language",这些是实现它的唯一方法。
除了前面提到的解决方法之外,Tensorflow中是否有一种方法可以为每个给定的输入发出任意数量的输出“轮次”?