2017-02-10 4 views

答えて

0

あなたが例えばtf.reshape

を使用することができます。

import tensorflow as tf 
x = tf.constant(2) 
x_1d = tf.reshape(x, [1]) 
関連する問題