Periksa jenis tensorflow Tensor

>>> x = tf.Variable(tf.random_normal([256, 100]))
>>> x.dtype
<dtype: 'float32_ref'>
Bored Coder