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