tf.placeholder(dtype, shape, name) 

作用:创建一个类型为dtype,形状为shape,名字为name的一个Tensor类型

返回值:一个tensor类型

例子:

tf.placeholder代码详解

tensorflow版本为1.10

相关文章:

  • 2021-12-03
  • 2022-12-23
  • 2021-06-05
  • 2021-10-29
  • 2021-11-08
  • 2021-12-23
  • 2021-04-12
  • 2021-12-23
猜你喜欢
  • 2021-09-26
  • 2022-12-23
  • 2021-12-11
  • 2021-08-25
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案