Searched refs:tensor_list_concat (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | list_ops_test.py | 1289 return list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1302 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1311 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1322 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1328 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1332 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1342 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1352 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1363 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1373 t = list_ops.tensor_list_concat(l1, element_dtype=dtypes.float32) [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | list_ops.py | 173 def tensor_list_concat(input_handle, element_dtype, element_shape=None, function
|
D | tensor_array_ops.py | 578 value = list_ops.tensor_list_concat(
|