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