tf.raw_ops.WriteAudioSummary

Writes an audio summary.

Writes encoded audio summary tensor at step with tag using summary writer. sample_rate is the audio sample rate is Hz.

writerA Tensor of type resource.
stepA Tensor of type int64.
tagA Tensor of type string.
tensorA Tensor of type float32.
sample_rateA Tensor of type float32.
max_outputsAn optional int that is >= 1. Defaults to 3.
nameA name for the operation (optional).

The created Operation.