pub fn read_model_metadata<'a>(
model: &'a ModelProto,
key: &str,
) -> Option<&'a str>Expand description
Read a ModelProto.metadata_props entry by key. Returns the
borrowed value string; None when the key isn’t present.
pub fn read_model_metadata<'a>(
model: &'a ModelProto,
key: &str,
) -> Option<&'a str>Read a ModelProto.metadata_props entry by key. Returns the
borrowed value string; None when the key isn’t present.