Function tensorflow::ops::empty_tensor_map
source · pub fn empty_tensor_map(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for EmptyTensorMap::new().build(scope)
.
pub fn empty_tensor_map(scope: &mut Scope) -> Result<Operation>
Shorthand for EmptyTensorMap::new().build(scope)
.