tf.raw_ops.TensorMapInsert

Returns a map that is the 'input_handle' with the given key-value pair inserted.

input_handle: the original map output_handle: the map with key and value inserted key: the key to be inserted value: the value to be inserted

input_handle A Tensor of type variant.
key A Tensor.
value A Tensor.
name A name for the operation (optional).

A Tensor of type variant.