Share via


TensorBoolean.Create 메서드

정의

오버로드

Create()

버퍼를 할당하지 않고 부울 텐서 개체를 만듭니다.

Create(IIterable<Int64>)

부울 텐서 개체를 만들고 크기 셰이프의 버퍼를 할당합니다.

Create()

버퍼를 할당하지 않고 부울 텐서 개체를 만듭니다.

public:
 static TensorBoolean ^ Create();
/// [Windows.Foundation.Metadata.Overload("Create")]
 static TensorBoolean Create();
[Windows.Foundation.Metadata.Overload("Create")]
public static TensorBoolean Create();
function create()
Public Shared Function Create () As TensorBoolean

반환

부울 텐서 개체입니다.

특성

설명

Windows Server

Windows Server에서 이 API를 사용하려면 데스크톱 환경과 함께 Windows Server 2019를 사용해야 합니다.

스레드로부터의 안전성

이 API는 스레드로부터 안전합니다.

적용 대상

Create(IIterable<Int64>)

부울 텐서 개체를 만들고 크기 셰이프의 버퍼를 할당합니다.

public:
 static TensorBoolean ^ Create(IIterable<long long> ^ shape);
/// [Windows.Foundation.Metadata.Overload("Create2")]
 static TensorBoolean Create(IIterable<long> const& shape);
[Windows.Foundation.Metadata.Overload("Create2")]
public static TensorBoolean Create(IEnumerable<long> shape);
function create(shape)
Public Shared Function Create (shape As IEnumerable(Of Long)) As TensorBoolean

매개 변수

shape

IIterable<Int64>

IEnumerable<Int64>

Windows.Foundation.Collections.IIterable

IIterable<long>

버퍼의 크기입니다.

반환

지정된 크기의 버퍼가 있는 부울 텐서 개체입니다.

특성

설명

Windows Server

Windows Server에서 이 API를 사용하려면 데스크톱 환경과 함께 Windows Server 2019를 사용해야 합니다.

스레드로부터의 안전성

이 API는 스레드로부터 안전합니다.

적용 대상