Tensorflow-使用像numpy这样的张量数组进行多索引?

时间:2018-10-11 12:24:29

标签: python numpy tensorflow

在numpy中,我们可以像这样进行多索引

not_garbage_hash_table: HASH_TABLE[{INTEGER, STRING, ANIMAL}, STRING]

然后我们得到(3,10,10,5)。

但是,在张量流中,它不能以相同的方式工作,甚至不能使用 tf.gather_nd

那么,在tensorflow中有什么方法可以做到吗?

0 个答案:

没有答案