Compare tf.string and python string

≯℡__Kan透↙ 提交于 2021-02-20 03:43:45

问题


How can I compare a Tensorflow string tensor to a python string type. I tried something like this

if(tf.constant("neg",tf.string) in key):
 a=True

key here, is a tf.string. I want to see if 'neg' is in the key tensor.


回答1:


Unfortunately, currently you cannot. Please ask this on TF github in issues section.



来源:https://stackoverflow.com/questions/35946810/compare-tf-string-and-python-string

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!