aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_TensorListLength.pbtxt
blob: f450c20f86b3442567f0eeee0bf4c1d45c2e2987 (plain)
1
2
3
4
5
6
7
8
op {
  graph_op_name: "TensorListLength"
  summary: "Returns the number of tensors in the input tensor list."
  description: <<END
input_handle: the input list
length: the number of tensors in the list
END
}