| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
EncodeWav |
Ops.encodeWav(Operand<Float> audio,
Operand<Integer> sampleRate)
Adds an
EncodeWav operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static EncodeWav |
EncodeWav.create(Scope scope,
Operand<Float> audio,
Operand<Integer> sampleRate)
Factory method to create a class to wrap a new EncodeWav operation to the graph.
|
Copyright © 2015–2019. All rights reserved.