Home
last modified time | relevance | path

Searched refs:tensor_list_scatter (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dlist_ops.py105 def tensor_list_scatter(tensor, function
292 dlist = tensor_list_scatter(
324 dlist = tensor_list_scatter(zeros, indices, indices, input_handle=dlist)
Dtensor_array_ops.py640 flow_out = list_ops.tensor_list_scatter(
/external/tensorflow/tensorflow/python/kernel_tests/
Dlist_ops_test.py466 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=[])