[TF]TensorflowのAPIについて - Qiita

Constant Value Tensors zeros numpyのzerosみたいなもの TensorのデータタイプとShapeを指定する import tensorflow as tf x = tf.zeros([1], dtype=tf.float32) wi...