Class SparseSegmentMean.Options

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

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

    • sparseGradient

      public SparseSegmentMean.Options sparseGradient(Boolean sparseGradient)
      Sets the sparseGradient option.
      Parameters:
      sparseGradient - the sparseGradient option
      Returns:
      this Options instance.