Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dlist_ops.py124 def tensor_list_gather(input_handle, function
129 return gen_list_ops.tensor_list_gather(
345 dtensor = gen_list_ops.tensor_list_gather(
360 dtensor = gen_list_ops.tensor_list_gather(
Dtensor_array_ops.py563 value = list_ops.tensor_list_gather(
/external/tensorflow/tensorflow/python/kernel_tests/
Dlist_ops_test.py320 t = list_ops.tensor_list_gather(l, [1, 0], element_dtype=dtypes.float32)
338 t = list_ops.tensor_list_gather(l, [1, 0], element_dtype=dtypes.float32)
341 t = list_ops.tensor_list_gather(l, [2], element_dtype=dtypes.float32)
348 t = list_ops.tensor_list_gather(l, [0, 2], element_dtype=dtypes.float32)
363 t = list_ops.tensor_list_gather(l, [0], element_dtype=dtypes.float32)
366 t = list_ops.tensor_list_gather(l, [1, 2], element_dtype=dtypes.float32)
374 t = list_ops.tensor_list_gather(l, [0, 2], element_dtype=dtypes.float32)
387 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32)
398 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32)
409 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32)
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dtensor_list_ops_test.py219 gather_t = list_ops.tensor_list_gather(
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops_test.py1091 return (list_ops.tensor_list_gather(handle, [0, 1], dtypes.int32),
1092 list_ops.tensor_list_gather(handle, [i], dtypes.int32))
1102 return (list_ops.tensor_list_gather(handle, [0, 1], dtypes.int32),
1103 list_ops.tensor_list_gather(handle, [i], dtypes.int32))
Dpfor.py3763 list_ops.tensor_list_gather(
3913 item_i = list_ops.tensor_list_gather(
3923 output = list_ops.tensor_list_gather(
3933 values = list_ops.tensor_list_gather(