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