Class DecodePng.Options

java.lang.Object
org.tensorflow.op.image.DecodePng.Options
Enclosing class:
DecodePng<T extends TNumber>

public static class DecodePng.Options extends Object
Optional attributes for DecodePng
  • Method Details

    • channels

      public DecodePng.Options channels(Long channels)
      Sets the channels option.
      Parameters:
      channels - Number of color channels for the decoded image.
      Returns:
      this Options instance.