Home
last modified time | relevance | path

Searched refs:tensor_list_gather (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dlist_ops.py92 def tensor_list_gather(input_handle, function
97 return gen_list_ops.tensor_list_gather(
303 dtensor = gen_list_ops.tensor_list_gather(
318 dtensor = gen_list_ops.tensor_list_gather(
Dtensor_array_ops.py596 value = list_ops.tensor_list_gather(
/external/tensorflow/tensorflow/python/kernel_tests/
Dlist_ops_test.py308 t = list_ops.tensor_list_gather(l, [1, 0], element_dtype=dtypes.float32)
326 t = list_ops.tensor_list_gather(l, [1, 0], element_dtype=dtypes.float32)
329 t = list_ops.tensor_list_gather(l, [2], element_dtype=dtypes.float32)
336 t = list_ops.tensor_list_gather(l, [0, 2], element_dtype=dtypes.float32)
351 t = list_ops.tensor_list_gather(l, [0], element_dtype=dtypes.float32)
354 t = list_ops.tensor_list_gather(l, [1, 2], element_dtype=dtypes.float32)
362 t = list_ops.tensor_list_gather(l, [0, 2], element_dtype=dtypes.float32)
375 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32)
386 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32)
397 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32)
[all …]