Class SparseBincount.Options
java.lang.Object
org.tensorflow.op.sparse.SparseBincount.Options
- Enclosing class:
SparseBincount<U extends TNumber>
Optional attributes for
SparseBincount-
Method Summary
Modifier and TypeMethodDescriptionbinaryOutput(Boolean binaryOutput) Sets the binaryOutput option.
-
Method Details
-
binaryOutput
Sets the binaryOutput option.- Parameters:
binaryOutput- bool; Whether the kernel should count the appearance or number of occurrences.- Returns:
- this Options instance.
-