- 7
- 0
- 约3.37万字
- 约 78页
- 2026-04-21 发布于山东
- 举报
TensorFlow框架题库
一、单选题
1.TensorFlow中用于定义计算图的核心数据结构是?
A.Tensor
B.Graph
C.Session
D.Operation
答案:B
解析:Graph是TensorFlow中用于定义计算图的核心数据结构。
2.在TensorFlow中,以下哪个操作用于创建一个变量?
A.tf.constant
B.tf.variable
C.tf.placeholderD.tf.get_variable
答案:D
解析:tf.get_variable是用于创建变量的标准方法。
3.TensorFlow的默认会话配置中,以下哪个选项
原创力文档

文档评论(0)