Searched refs:tensor_list_concat (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | list_ops_test.py | 1251 return list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1264 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1273 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1284 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1290 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1294 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1304 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1314 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1324 t = list_ops.tensor_list_concat(l, element_dtype=dtypes.float32) 1334 t = list_ops.tensor_list_concat(l1, element_dtype=dtypes.float32) [all …]
|
/external/tensorflow/tensorflow/python/ops/ |
D | list_ops.py | 135 def tensor_list_concat(input_handle, element_dtype, element_shape=None, function
|
D | tensor_array_ops.py | 613 value = list_ops.tensor_list_concat(
|