标签: tensorflow sparse-matrix
例如,现在我得到t = [1、2、0、0、3、4、0、5] 有什么方法可以方便地将其转换为值= [1、2、3、4、5]和索引= [0、1、4、5、7]的IndexedSlices?