aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_TensorListReserve.pbtxt
blob: b5640f0ffa9737ade3ee28e63964608bc6204d9d (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "TensorListReserve"
  summary: "List of the given size with empty elements."
  description: <<END
element_shape: the shape of the future elements of the list
num_elements: the number of elements to reserve
handle: the output list
element_dtype: the desired type of elements in the list.
END
}