aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_LoopCond.pbtxt
blob: 7b2dbdf4b45df8e87d50b253195a0a8d44b4e5da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
op {
  graph_op_name: "LoopCond"
  in_arg {
    name: "input"
    description: <<END
A boolean scalar, representing the branch predicate of the Switch op.
END
  }
  out_arg {
    name: "output"
    description: <<END
The same tensor as `input`.
END
  }
  summary: "Forwards the input to the output."
  description: <<END
This operator represents the loop termination condition used by the
"pivot" switches of a loop.
END
}