Share via


Dp 클래스

정의

중요

이 API는 CLS 규격이 아닙니다.

내장 함수를 통해 ARMv8.2-DotProd 하드웨어 지침에 대한 액세스를 제공합니다.

public ref class Dp abstract : System::Runtime::Intrinsics::Arm::AdvSimd
[System.CLSCompliant(false)]
public abstract class Dp : System.Runtime.Intrinsics.Arm.AdvSimd
[<System.CLSCompliant(false)>]
type Dp = class
    inherit AdvSimd
Public MustInherit Class Dp
Inherits AdvSimd
상속
특성

속성

IsSupported

내장 함수를 통해 ARMv8.2-DotProd 하드웨어 지침에 대한 액세스를 제공합니다.

메서드

DotProduct(Vector128<Int32>, Vector128<SByte>, Vector128<SByte>)

int32x4_t vdotq_s32(int32x4_t r, int8x16_t a, int8x16_t b) A32: VSDOT. S8 Qd, Qn, Qm A64: SDOT Vd.4S, Vn.16B, Vm.16B

DotProduct(Vector128<UInt32>, Vector128<Byte>, Vector128<Byte>)

uint32x4_t vdotq_u32(uint32x4_t r, uint8x16_t a, uint8x16_t b) A32: VUDOT. U8 Qd, Qn, Qm A64: UDOT Vd.4S, Vn.16B, Vm.16B

DotProduct(Vector64<Int32>, Vector64<SByte>, Vector64<SByte>)

int32x2_t vdot_s32(int32x2_t r, int8x8_t a, int8x8_t b) A32: VSDOT. S8 Dd, Dn, Dm A64: SDOT Vd.2S, Vn.8B, Vm.8B

DotProduct(Vector64<UInt32>, Vector64<Byte>, Vector64<Byte>)

uint32x2_t vdot_u32(uint32x2_t r, uint8x8_t a, uint8x8_t b) A32: VUDOT. U8 Dd, Dn, Dm A64: UDOT Vd.2S, Vn.8B, Vm.8B

DotProductBySelectedQuadruplet(Vector128<Int32>, Vector128<SByte>, Vector128<SByte>, Byte)

int32x4_t vdotq_laneq_s32(int32x4_t r, int8x16_t a, int8x16_t b, const int lane) A32: VSDOT. S8 Qd, Qn, Dm[lane] A64: SDOT Vd.4S, Vn.16B, Vm.4B[lane]

DotProductBySelectedQuadruplet(Vector128<Int32>, Vector128<SByte>, Vector64<SByte>, Byte)

int32x4_t vdotq_lane_s32(int32x4_t r, int8x16_t a, int8x8_t b, const int lane) A32: VSDOT. S8 Qd, Qn, Dm[lane] A64: SDOT Vd.4S, Vn.16B, Vm.4B[lane]

DotProductBySelectedQuadruplet(Vector128<UInt32>, Vector128<Byte>, Vector128<Byte>, Byte)

uint32x4_t vdotq_laneq_u32(uint32x4_t r, uint8x16_t a, uint8x16_t b, const int lane) A32: VUDOT. U8 Qd, Qn, Dm[lane] A64: UDOT Vd.4S, Vn.16B, Vm.4B[lane]

DotProductBySelectedQuadruplet(Vector128<UInt32>, Vector128<Byte>, Vector64<Byte>, Byte)

uint32x4_t vdotq_lane_u32(uint32x4_t r, uint8x16_t a, uint8x8_t b, const int lane) A32: VUDOT. U8 Qd, Qn, Dm[lane] A64: UDOT Vd.4S, Vn.16B, Vm.4B[lane]

DotProductBySelectedQuadruplet(Vector64<Int32>, Vector64<SByte>, Vector128<SByte>, Byte)

int32x2_t vdot_laneq_s32(int32x2_t r, int8x8_t a, int8x16_t b, const int lane) A32: VSDOT. S8 Dd, Dn, Dm[lane] A64: SDOT Vd.2S, Vn.8B, Vm.4B[lane]

DotProductBySelectedQuadruplet(Vector64<Int32>, Vector64<SByte>, Vector64<SByte>, Byte)

int32x2_t vdot_lane_s32(int32x2_t r, int8x8_t a, int8x8_t b, const int lane) A32: VSDOT. S8 Dd, Dn, Dm[lane] A64: SDOT Vd.2S, Vn.8B, Vm.4B[lane]

DotProductBySelectedQuadruplet(Vector64<UInt32>, Vector64<Byte>, Vector128<Byte>, Byte)

uint32x2_t vdot_laneq_u32(uint32x2_t r, uint8x8_t a, uint8x16_t b, const int lane) A32: VUDOT. U8 Dd, Dn, Dm[lane] A64: UDOT Vd.2S, Vn.8B, Vm.4B[lane]

DotProductBySelectedQuadruplet(Vector64<UInt32>, Vector64<Byte>, Vector64<Byte>, Byte)

uint32x2_t vdot_lane_u32(uint32x2_t r, uint8x8_t a, uint8x8_t b, const int lane) A32: VUDOT. U8 Dd, Dn, Dm[lane] A64: UDOT Vd.2S, Vn.8B, Vm.4B[lane]

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상