Function tensorflow::ops::encode_proto
source · pub fn encode_proto<O0: Into<Output>, O1: Into<Output>>(
sizes: O0,
values: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for EncodeProto::new().build(sizes, values, scope)
.