Function tensorflow::ops::tensor_map_insert
source · pub fn tensor_map_insert<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input_handle: O0,
key: O1,
value: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorMapInsert::new().build(input_handle, key, value, scope)
.