Searched refs:tensor_map_insert (Results 1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
| D | map_ops_test.py | 41 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/ |
| D | map_ops.py | 33 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/ |
| D | lite_v2_test.py | 3666 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)
|