pub fn parse_tensor<O0: Into<Output>>( serialized: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ParseTensor::new().build(serialized, scope).
ParseTensor::new().build(serialized, scope)