Class EuclideanNorm.Options
java.lang.Object
org.tensorflow.op.linalg.EuclideanNorm.Options
- Enclosing class:
EuclideanNorm<T extends TType>
Optional attributes for
EuclideanNorm-
Method Summary
Modifier and TypeMethodDescriptionSets the keepDims option.
-
Method Details
-
keepDims
Sets the keepDims option.- Parameters:
keepDims- If true, retain reduced dimensions with length 1.- Returns:
- this Options instance.
-