aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_RefNextIteration.pbtxt
blob: fd126e99b85dd047ec84ec994ae00b4931b10bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
op {
  graph_op_name: "RefNextIteration"
  in_arg {
    name: "data"
    description: <<END
The tensor to be made available to the next iteration.
END
  }
  out_arg {
    name: "output"
    description: <<END
The same tensor as `data`.
END
  }
  summary: "Makes its input available to the next iteration."
}