joe

Results 2 comments of joe

I checked the code of operation, the problem is that tf.sort actually call the TOPK OP that does not support tf.string input type but only real number type. ```c++ REGISTER_OP("TopKV2")...

@jvishnuvardhan