Function tensorflow::eager::raw_ops::decode_raw
source · pub fn decode_raw<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
bytes: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for DecodeRaw::new().call(&ctx, &bytes)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/DecodeRaw