| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
DecodePng<UInt8> |
Ops.decodePng(Operand<String> contents,
DecodePng.Options... options)
Adds an
DecodePng operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
EncodeJpeg |
Ops.encodeJpeg(Operand<UInt8> image,
EncodeJpeg.Options... options)
Adds an
EncodeJpeg operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
Output<UInt8> |
DecodeBmp.asOutput() |
Output<UInt8> |
PopulationCount.asOutput() |
Output<UInt8> |
DecodeGif.asOutput() |
Output<UInt8> |
CompareAndBitpack.asOutput() |
Output<UInt8> |
DecodeJpeg.asOutput() |
Output<UInt8> |
DecodeAndCropJpeg.asOutput() |
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.
|
Output<UInt8> |
DecodeBmp.image()
3-D with shape `[height, width, channels]`.
|
Output<UInt8> |
DecodeGif.image()
4-D with shape `[num_frames, height, width, 3]`.
|
Output<UInt8> |
DecodeJpeg.image()
3-D with shape `[height, width, channels]`..
|
Output<UInt8> |
DecodeAndCropJpeg.image()
3-D with shape `[height, width, channels]`..
|
Output<UInt8> |
CompareAndBitpack.output()
The bitpacked comparisons.
|
Output<UInt8> |
PopulationCount.y() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
WriteImageSummary.create(Scope scope,
Operand<?> writer,
Operand<Long> step,
Operand<String> tag,
Operand<T> tensor,
Operand<UInt8> badColor,
WriteImageSummary.Options... options)
Factory method to create a class to wrap a new WriteImageSummary operation to the graph.
|
static EncodeJpeg |
EncodeJpeg.create(Scope scope,
Operand<UInt8> image,
EncodeJpeg.Options... options)
Factory method to create a class to wrap a new EncodeJpeg operation to the graph.
|
Copyright © 2015–2019. All rights reserved.