Function tensorflow::ops::parse_tensor

source ·
pub fn parse_tensor<O0: Into<Output>>(
    serialized: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ParseTensor::new().build(serialized, scope).