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