Writes an audio summary.
tf.raw_ops.WriteAudioSummary(
writer, step, tag, tensor, sample_rate, max_outputs=3, name=None
)
Writes encoded audio summary tensor
at step
with tag
using summary writer
.
sample_rate
is the audio sample rate is Hz.
Returns | |
---|---|
The created Operation. |