执行下列代码后,得到的结果是_______。 import tensorflow as tf import numpy as np a = np.arange(12).reshape(3,4) b = tf.convert_to_tensor(a) print(tf.is_tensor(a)) print(tf.is_tensor(b))

执行下列代码后,得到的结果是_______。 import tensorflow as tf import numpy as np a = np.arange(12).reshape(3,4) b = tf.convert_to_tensor(a) print(tf.is_tensor(a)) print(tf.is_tensor(b))

A、False True

B、False False

C、True True

D、True False

本站整理有大量高等教育、资格考试类试题答案,Ctrl+D收藏备用!

答案解析