aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_DeepCopy.pbtxt
blob: fe0fc3823ff724641298c03f74c115dd6211f385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
op {
  graph_op_name: "DeepCopy"
  in_arg {
    name: "x"
    description: "The source tensor of type `T`."
  }
  out_arg {
    name: "y"
    description: <<END
    y: A `Tensor` of type `T`. A copy of `x`. Guaranteed that `y`
      is not an alias of `x`.
END
  }
  summary: "Makes a copy of `x`."
}