Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/op/
Dwrappers.go3124 type DecodeWavAttr func(optionalAttr) type
3130 func DecodeWavDesiredChannels(value int64) DecodeWavAttr {
3140 func DecodeWavDesiredSamples(value int64) DecodeWavAttr {
3169 func DecodeWav(scope *Scope, contents tf.Output, optional ...DecodeWavAttr) (audio tf.Output, sampl… argument