| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
Ops.decodePng(Operand<String> contents,
Class<T> dtype,
DecodePng.Options... options)
Adds an
DecodePng operation to the graph |
DecodePng<UInt8> |
Ops.decodePng(Operand<String> contents,
DecodePng.Options... options)
Adds an
DecodePng operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static DecodePng.Options |
DecodePng.channels(Long channels) |
DecodePng.Options |
DecodePng.Options.channels(Long channels) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
DecodePng.create(Scope scope,
Operand<String> contents,
Class<T> dtype,
DecodePng.Options... options)
Factory method to create a class to wrap a new DecodePng operation to the graph.
|
static DecodePng<UInt8> |
DecodePng.create(Scope scope,
Operand<String> contents,
DecodePng.Options... options)
Factory method to create a class to wrap a new DecodePng operation to the graph, using default output types.
|
Copyright © 2015–2019. All rights reserved.