aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_HostConst.pbtxt
blob: 9d04a01f6fc9215c21e3ca416c41c3c5e43490c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
op {
  graph_op_name: "HostConst"
  attr {
    name: "value"
    description: <<END
Attr `value` is the tensor to return.
END
  }
  visibility: SKIP
  summary: "Returns a constant tensor on the host. Only for writing C++ tests."
}