public final class WriteAudioSummary extends PrimitiveOp
| Modifier and Type | Class and Description |
|---|---|
static class |
WriteAudioSummary.Options
Optional attributes for
WriteAudioSummary |
operation| Modifier and Type | Method and Description |
|---|---|
static WriteAudioSummary |
create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<Float> tensor,
Operand<Float> sampleRate,
WriteAudioSummary.Options... options)
Factory method to create a class to wrap a new WriteAudioSummary operation to the graph.
|
static WriteAudioSummary.Options |
maxOutputs(Long maxOutputs) |
equals, hashCode, toStringpublic static WriteAudioSummary create(Scope scope, Operand<?> writer, Operand<Long> step, Operand<String> tag, Operand<Float> tensor, Operand<Float> sampleRate, WriteAudioSummary.Options... options)
scope - current graph scopewriter - step - tag - tensor - sampleRate - options - carries optional attributes valuespublic static WriteAudioSummary.Options maxOutputs(Long maxOutputs)
maxOutputs - Copyright © 2015–2019. All rights reserved.