check tensor type tensorflow

Solutions on MaxInterview for check tensor type tensorflow by the best coders in the world

showing results for - "check tensor type tensorflow"
Maissane
02 Jul 2016
1>>> x = tf.Variable(tf.random_normal([256, 100]))
2>>> x.dtype
3<dtype: 'float32_ref'>