Home
last modified time | relevance | path

Searched refs:DecodeWavAttr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dwrappers.go3078 type DecodeWavAttr func(optionalAttr) type
3084 func DecodeWavDesiredChannels(value int64) DecodeWavAttr {
3094 func DecodeWavDesiredSamples(value int64) DecodeWavAttr {
3121 func DecodeWav(scope *Scope, contents tf.Output, optional ...DecodeWavAttr) (audio tf.Output, sampl… argument