C# 클래스 DLPack.DLDataType

파일 보기 프로젝트 열기: vadimkantorov/dotnetlibtorch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bits Byte
lanes UInt16
type_code DLDataTypeCode

공개 메소드들

메소드 설명
From ( ) : DLDataType

메소드 상세

From() 공개 정적인 메소드

public static From ( ) : DLDataType
리턴 DLDataType

프로퍼티 상세

bits 공개적으로 프로퍼티

public Byte bits
리턴 Byte

lanes 공개적으로 프로퍼티

public UInt16 lanes
리턴 UInt16

type_code 공개적으로 프로퍼티

public DLDataTypeCode type_code
리턴 DLDataTypeCode