public static class
Squeeze.Options
Optional attributes for Squeeze
Public Methods
Squeeze.Options |
axis(List<Long> axis)
|
Inherited Methods
Public Methods
public Squeeze.Options axis (List<Long> axis)
Parameters
axis | If specified, only squeezes the dimensions listed. The dimension index starts at 0. It is an error to squeeze a dimension that is not 1. Must be in the range `[-rank(input), rank(input))`. |
---|