TensorUInt64Bit.CreateFromShapeArrayAndDataArray(Int64[], UInt64[]) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
64비트 부호 없는 정수 텐서 개체를 만들고, 크기 셰이프의 버퍼를 할당하고, 모든 데이터를 복사합니다.
public:
static TensorUInt64Bit ^ CreateFromShapeArrayAndDataArray(Platform::Array <long long> ^ shape, Platform::Array <unsigned long long> ^ data);
static TensorUInt64Bit CreateFromShapeArrayAndDataArray(winrt::array_view <long> const& shape, winrt::array_view <uint64_t> const& data);
public static TensorUInt64Bit CreateFromShapeArrayAndDataArray(long[] shape, ulong[] data);
function createFromShapeArrayAndDataArray(shape, data)
Public Shared Function CreateFromShapeArrayAndDataArray (shape As Long(), data As ULong()) As TensorUInt64Bit
매개 변수
- shape
-
Int64[]
long long[]
long[]
버퍼의 크기입니다.
- data
-
UInt64[]
unsigned long long[]
uint64_t[]
버퍼에 복사할 데이터입니다.
반환
지정된 데이터를 포함하는 버퍼가 있는 64비트 부호 없는 정수 텐서 개체입니다.
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 1903 (10.0.18362.0에서 도입되었습니다.)
|
API contract |
Windows.AI.MachineLearning.MachineLearningContract (v2.0에서 도입되었습니다.)
|