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