tensorflow之tf.to_float

1. tf.to_float()       # 将张量转换为float32类型

2. tf.to_int32()     # 将张量转换为int32类型

等等, 就是将张量转换成某一种类型。

原文地址:https://www.cnblogs.com/elitphil/p/11823987.html