| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.DecodePng.Attrs |
tensorflow.DecodePng.Attrs.channels_(long channels_) |
static tensorflow.DecodePng.Attrs |
tensorflow.DecodePng.Channels(long x) |
tensorflow.DecodePng.Attrs |
tensorflow.DecodePng.Attrs.Channels(long x)
Number of color channels for the decoded image.
|
tensorflow.DecodePng.Attrs |
tensorflow.DecodePng.Attrs.dtype_(int dtype_) |
static tensorflow.DecodePng.Attrs |
tensorflow.DecodePng.Dtype(int x) |
tensorflow.DecodePng.Attrs |
tensorflow.DecodePng.Attrs.Dtype(int x)
Defaults to DT_UINT8
|
tensorflow.DecodePng.Attrs |
tensorflow.DecodePng.Attrs.position(long position) |
| Constructor and Description |
|---|
DecodePng(tensorflow.Scope scope,
tensorflow.Input contents,
tensorflow.DecodePng.Attrs attrs) |
Copyright © 2019. All rights reserved.