Function tensorflow::ops::serialize_tensor
source · pub fn serialize_tensor<O0: Into<Output>>(
tensor: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SerializeTensor::new().build(tensor, scope)
.