CoopVec<T, N:int>.matMulAddAccum
Description
Signature
void CoopVec<T, N:int>.matMulAddAccum<U, K:int>(
CoopVec<U, K> input,
CoopVecComponentType inputInterpretation,
RWByteAddressBuffer matrix,
int matrixOffset,
CoopVecComponentType matrixInterpretation,
RWByteAddressBuffer bias,
int biasOffset,
CoopVecComponentType biasInterpretation,
CoopVecMatrixLayout memoryLayout,
bool transpose,
uint matrixStride)
where U : __BuiltinArithmeticType
where T : __BuiltinArithmeticType;
void CoopVec<T, N:int>.matMulAddAccum<U, K:int>(
CoopVec<U, K> input,
CoopVecComponentType inputInterpretation,
ByteAddressBuffer matrix,
int matrixOffset,
CoopVecComponentType matrixInterpretation,
ByteAddressBuffer bias,
int biasOffset,
CoopVecComponentType biasInterpretation,
CoopVecMatrixLayout memoryLayout,
bool transpose,
uint matrixStride)
where U : __BuiltinArithmeticType
where T : __BuiltinArithmeticType;
Generic Parameters
K : int
Parameters
matrixOffset : int
biasOffset : int
transpose : bool
matrixStride : uint