linalg.TensorView<Dim, HasDimensions, p0, p1, p2, p3, p4>.Clip
Description
Signature
linalg.TensorView<1, HasDimensions, Dim0, 255, 255, 255, 255> linalg.TensorView<Dim, HasDimensions, p0, p1, p2, p3, p4>.Clip( uint clipRowOffset, uint clipRowSpan, uint clipColOffset, uint clipColSpan) where Dim == 1 where p1 == 255 where p2 == 255 where p3 == 255 where p4 == 255; linalg.TensorView<2, HasDimensions, Dim0, Dim1, 255, 255, 255> linalg.TensorView<Dim, HasDimensions, p0, p1, p2, p3, p4>.Clip( uint clipRowOffset, uint clipRowSpan, uint clipColOffset, uint clipColSpan) where Dim == 2 where p2 == 255 where p3 == 255 where p4 == 255; linalg.TensorView<3, HasDimensions, Dim0, Dim1, Dim2, 255, 255> linalg.TensorView<Dim, HasDimensions, p0, p1, p2, p3, p4>.Clip( uint clipRowOffset, uint clipRowSpan, uint clipColOffset, uint clipColSpan) where Dim == 3 where p3 == 255 where p4 == 255; linalg.TensorView<4, HasDimensions, Dim0, Dim1, Dim2, Dim3, 255> linalg.TensorView<Dim, HasDimensions, p0, p1, p2, p3, p4>.Clip( uint clipRowOffset, uint clipRowSpan, uint clipColOffset, uint clipColSpan) where Dim == 4 where p4 == 255;
Parameters
clipRowOffset : uint
clipRowSpan : uint
clipColOffset : uint
clipColSpan : uint
Availability and Requirements
Defined for the following targets:
spirv
Available in all stages.
Requires capability: spvTensorAddressingNV
.