pub fn tensor_map_insert<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_handle: &T0,
    key: &T1,
    value: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for TensorMapInsert::new().call(&ctx, &input_handle, &key, &value).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorMapInsert