| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.image |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
ImageOps.decodePng(Operand<String> contents,
Class<T> dtype,
DecodePng.Options... options)
Builds an
DecodePng operation |
DecodePng<UInt8> |
ImageOps.decodePng(Operand<String> contents,
DecodePng.Options... options)
Builds an
DecodePng operation |
| 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 wrapping a new DecodePng operation.
|
static DecodePng<UInt8> |
DecodePng.create(Scope scope,
Operand<String> contents,
DecodePng.Options... options)
Factory method to create a class wrapping a new DecodePng operation using default output types.
|
Copyright © 2015–2019. All rights reserved.