| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
DecodeWav |
Ops.decodeWav(Operand<String> contents,
DecodeWav.Options... options)
Adds an
DecodeWav operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static DecodeWav.Options |
DecodeWav.desiredChannels(Long desiredChannels) |
DecodeWav.Options |
DecodeWav.Options.desiredChannels(Long desiredChannels) |
static DecodeWav.Options |
DecodeWav.desiredSamples(Long desiredSamples) |
DecodeWav.Options |
DecodeWav.Options.desiredSamples(Long desiredSamples) |
| Modifier and Type | Method and Description |
|---|---|
static DecodeWav |
DecodeWav.create(Scope scope,
Operand<String> contents,
DecodeWav.Options... options)
Factory method to create a class to wrap a new DecodeWav operation to the graph.
|
Copyright © 2015–2019. All rights reserved.