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