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