Searched refs:tensor_list_gather (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | list_ops.py | 124 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(
|
D | tensor_array_ops.py | 563 value = list_ops.tensor_list_gather(
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | list_ops_test.py | 320 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/ |
D | tensor_list_ops_test.py | 219 gather_t = list_ops.tensor_list_gather(
|
/external/tensorflow/tensorflow/python/ops/parallel_for/ |
D | control_flow_ops_test.py | 1091 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))
|
D | pfor.py | 3763 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(
|