Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/data_structures/
Dmap_ops_test.py41 m = map_ops.tensor_map_insert(m, k, v)
49 m = map_ops.tensor_map_insert(m, k, v)
66 m = map_ops.tensor_map_insert(m, k, v)
76 m = map_ops.tensor_map_insert(m, k, v)
96 m = map_ops.tensor_map_insert(m, k2, v)
107 m = map_ops.tensor_map_insert(m, k, v)
119 m = map_ops.tensor_map_insert(m, k, v)
141 m = map_ops.tensor_map_insert(m, k, v)
142 m = map_ops.tensor_map_insert(m, k2, v2)
148 m = map_ops.tensor_map_insert(m, k3, v3)
[all …]
/external/tensorflow/tensorflow/python/ops/
Dmap_ops.py33 def tensor_map_insert(input_handle, key, value): function
34 return gen_map_ops.tensor_map_insert(input_handle, key, value)
54 map_grad = tensor_map_insert(map_grad, k, dval)
/external/tensorflow/tensorflow/lite/python/
Dlite_v2_test.py3666 m2 = map_ops.tensor_map_insert(m, p, v)
3712 m = map_ops.tensor_map_insert(m, i, i)
3772 m = map_ops.tensor_map_insert(m, i, i)