Searched refs:tensor_list_gather (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | list_ops.py | 92 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(
|
D | tensor_array_ops.py | 596 value = list_ops.tensor_list_gather(
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | list_ops_test.py | 308 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 …]
|