| Package | Description |
|---|---|
| org.tensorflow.op.core |
| 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 © 2019. All rights reserved.