Class SparseSegmentMean.Options
java.lang.Object
org.tensorflow.op.sparse.SparseSegmentMean.Options
- Enclosing class:
SparseSegmentMean<T extends TNumber>
Optional attributes for
SparseSegmentMean-
Method Summary
Modifier and TypeMethodDescriptionsparseGradient(Boolean sparseGradient) Sets the sparseGradient option.
-
Method Details
-
sparseGradient
Sets the sparseGradient option.- Parameters:
sparseGradient- the sparseGradient option- Returns:
- this Options instance.
-