Searched refs:_stack_tensor_list (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | pfor.py | 143 _stack_tensor_list(t, shapes_and_types[0].dtype, length), 3713 def _stack_tensor_list(handle, dtype, loop_len_vector, element_shape=None): function 3785 handle = _stack_tensor_list(handle, item.dtype, 3809 handle = _stack_tensor_list(handle, tensor.dtype, 3950 handle = _stack_tensor_list(handle, item.dtype,
|