将python数据结构和tf张量的组合作为tf.while_loop变量传递

时间:2018-10-18 08:26:22

标签: python variables tensorflow data-structures while-loop

我需要在项目中使用class Student(models.Model): parent = models.ForeignKey() name = models.CharField() age = models.IntegerField()。是否可以同时传递python字典和tensorflow张量的列表作为body和cond函数的变量列表?

tf.while_loop

0 个答案:

没有答案