struct CoopVec<T, int N>

Conforms to: IArray<T>, IArithmetic

Description

Represents a Cooperative Vector type that is for matrix-vector multiplication that can take an advantage of the hardware acceleration. It can be used for evaluations of neural network in graphics and compute pipeline.

Generic Parameters

T: __BuiltinArithmeticType

The element type of the CoopVec.

N : int

The vector size.

Methods