Class SparseBincount.Options

java.lang.Object
org.tensorflow.op.sparse.SparseBincount.Options
Enclosing class:
SparseBincount<U extends TNumber>

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

    • binaryOutput

      public SparseBincount.Options binaryOutput(Boolean binaryOutput)
      Sets the binaryOutput option.
      Parameters:
      binaryOutput - bool; Whether the kernel should count the appearance or number of occurrences.
      Returns:
      this Options instance.