Searched refs:tensor_list_scatter (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | list_ops.py | 105 def tensor_list_scatter(tensor, function 292 dlist = tensor_list_scatter( 324 dlist = tensor_list_scatter(zeros, indices, indices, input_handle=dlist)
|
D | tensor_array_ops.py | 640 flow_out = list_ops.tensor_list_scatter(
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | list_ops_test.py | 466 l = list_ops.tensor_list_scatter(c0, [1, 3], []) 500 l = list_ops.tensor_list_scatter(c0, [1, 0, 2], []) 508 l = list_ops.tensor_list_scatter(c0, [-1, -2], element_shape=[]) 514 l = list_ops.tensor_list_scatter(tensor=[1.], indices=[0], element_shape=[]) 515 l = list_ops.tensor_list_scatter( 525 l = list_ops.tensor_list_scatter(c0, [1, 0], element_shape=[]) 538 l = list_ops.tensor_list_scatter(c0, [1, 0], element_shape=[])
|