Searched refs:tensor_list_gather (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | list_ops.py | 121 def tensor_list_gather(input_handle, function 126 return gen_list_ops.tensor_list_gather( 342 dtensor = gen_list_ops.tensor_list_gather( 357 dtensor = gen_list_ops.tensor_list_gather(
|
D | tensor_array_ops.py | 570 value = list_ops.tensor_list_gather(
|
/external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
D | list_ops_test.py | 326 t = list_ops.tensor_list_gather(l, [1, 0], element_dtype=dtypes.float32) 344 t = list_ops.tensor_list_gather(l, [1, 0], element_dtype=dtypes.float32) 347 t = list_ops.tensor_list_gather(l, [2], element_dtype=dtypes.float32) 354 t = list_ops.tensor_list_gather(l, [0, 2], element_dtype=dtypes.float32) 369 t = list_ops.tensor_list_gather(l, [0], element_dtype=dtypes.float32) 372 t = list_ops.tensor_list_gather(l, [1, 2], element_dtype=dtypes.float32) 380 t = list_ops.tensor_list_gather(l, [0, 2], element_dtype=dtypes.float32) 393 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32) 404 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32) 415 t = list_ops.tensor_list_gather(l, [], element_dtype=dtypes.float32) [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | tensor_list_ops_test.py | 216 gather_t = list_ops.tensor_list_gather(
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | control_flow_ops_test.py | 1323 return (list_ops.tensor_list_gather(handle, [0, 1], dtypes.int32), 1324 list_ops.tensor_list_gather(handle, [i], dtypes.int32)) 1334 return (list_ops.tensor_list_gather(handle, [0, 1], dtypes.int32), 1335 list_ops.tensor_list_gather(handle, [i], dtypes.int32))
|
D | pfor.py | 4012 list_ops.tensor_list_gather( 4162 item_i = list_ops.tensor_list_gather( 4172 output = list_ops.tensor_list_gather( 4182 values = list_ops.tensor_list_gather( 4222 gathered_items = list_ops.tensor_list_gather(
|