TensorUInt8Bit.CreateFromArray(IIterable<Int64>, Byte[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
8비트 부호 없는 정수 텐서 개체를 만들고, 크기 셰이프 버퍼를 할당하고, 모든 데이터를 해당 개체에 복사합니다.
public:
static TensorUInt8Bit ^ CreateFromArray(IIterable<long long> ^ shape, Platform::Array <byte> ^ data);
static TensorUInt8Bit CreateFromArray(IIterable<long> const& shape, winrt::array_view <byte> const& data);
public static TensorUInt8Bit CreateFromArray(IEnumerable<long> shape, byte[] data);
function createFromArray(shape, data)
Public Shared Function CreateFromArray (shape As IEnumerable(Of Long), data As Byte()) As TensorUInt8Bit
매개 변수
- shape
-
Windows.Foundation.Collections.IIterable<long long>
IIterable<long>
버퍼의 크기입니다.
- data
-
Byte[]
byte[]
버퍼에 복사할 데이터입니다.
반환
지정된 데이터를 포함하는 버퍼가 있는 8비트 부호 없는 정수 텐서 개체입니다.
설명
Windows Server
Windows Server에서 이 API를 사용하려면 데스크톱 환경과 함께 Windows Server 2019를 사용해야 합니다.
스레드로부터의 안전성
이 API는 스레드로부터 안전합니다.