Tensor<T>.AsReadOnlyTensorSpan 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
AsReadOnlyTensorSpan() |
이 Tensor<T> 동일한 백업 메모리를 가리키는 ReadOnlyTensorSpan<T> 변환합니다." /> |
AsReadOnlyTensorSpan(ReadOnlySpan<NIndex>) |
이 Tensor<T> 제공된 시작 인덱스에 따라 동일한 백업 메모리를 가리키는 ReadOnlyTensorSpan<T> 변환합니다." /> |
AsReadOnlyTensorSpan(ReadOnlySpan<NRange>) |
이 Tensor<T> 제공된 범위에 따라 동일한 백업 메모리를 가리키는 ReadOnlyTensorSpan<T> 변환합니다." /> |
AsReadOnlyTensorSpan(ReadOnlySpan<IntPtr>) |
이 Tensor<T> 제공된 시작 위치에 따라 동일한 백업 메모리를 가리키는 ReadOnlyTensorSpan<T> 변환합니다." /> |
AsReadOnlyTensorSpan()
- Source:
- Tensor.cs
- Source:
- Tensor.cs
이 Tensor<T> 동일한 백업 메모리를 가리키는 ReadOnlyTensorSpan<T> 변환합니다." />
public:
virtual System::Numerics::Tensors::ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan();
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan ();
abstract member AsReadOnlyTensorSpan : unit -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
override this.AsReadOnlyTensorSpan : unit -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Function AsReadOnlyTensorSpan () As ReadOnlyTensorSpan(Of T)
반환
구현
적용 대상
AsReadOnlyTensorSpan(ReadOnlySpan<NIndex>)
- Source:
- Tensor.cs
- Source:
- Tensor.cs
이 Tensor<T> 제공된 시작 인덱스에 따라 동일한 백업 메모리를 가리키는 ReadOnlyTensorSpan<T> 변환합니다." />
public:
virtual System::Numerics::Tensors::ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan(ReadOnlySpan<System::Buffers::NIndex> startIndex);
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan (scoped ReadOnlySpan<System.Buffers.NIndex> startIndex);
abstract member AsReadOnlyTensorSpan : ReadOnlySpan<System.Buffers.NIndex> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
override this.AsReadOnlyTensorSpan : ReadOnlySpan<System.Buffers.NIndex> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Function AsReadOnlyTensorSpan (startIndex As ReadOnlySpan(Of NIndex)) As ReadOnlyTensorSpan(Of T)
매개 변수
- startIndex
- ReadOnlySpan<NIndex>
ReadOnlyTensorSpan<T> 원하는 시작 인덱스
반환
구현
적용 대상
AsReadOnlyTensorSpan(ReadOnlySpan<NRange>)
- Source:
- Tensor.cs
- Source:
- Tensor.cs
이 Tensor<T> 제공된 범위에 따라 동일한 백업 메모리를 가리키는 ReadOnlyTensorSpan<T> 변환합니다." />
public:
virtual System::Numerics::Tensors::ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan(ReadOnlySpan<System::Buffers::NRange> start);
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan (scoped ReadOnlySpan<System.Buffers.NRange> start);
abstract member AsReadOnlyTensorSpan : ReadOnlySpan<System.Buffers.NRange> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
override this.AsReadOnlyTensorSpan : ReadOnlySpan<System.Buffers.NRange> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Function AsReadOnlyTensorSpan (start As ReadOnlySpan(Of NRange)) As ReadOnlyTensorSpan(Of T)
매개 변수
- start
- ReadOnlySpan<NRange>
ReadOnlyTensorSpan<T> 원하는 범위
반환
구현
적용 대상
AsReadOnlyTensorSpan(ReadOnlySpan<IntPtr>)
- Source:
- Tensor.cs
- Source:
- Tensor.cs
이 Tensor<T> 제공된 시작 위치에 따라 동일한 백업 메모리를 가리키는 ReadOnlyTensorSpan<T> 변환합니다." />
public:
virtual System::Numerics::Tensors::ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan(ReadOnlySpan<IntPtr> start);
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> AsReadOnlyTensorSpan (scoped ReadOnlySpan<IntPtr> start);
abstract member AsReadOnlyTensorSpan : ReadOnlySpan<nativeint> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
override this.AsReadOnlyTensorSpan : ReadOnlySpan<nativeint> -> System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public Function AsReadOnlyTensorSpan (start As ReadOnlySpan(Of IntPtr)) As ReadOnlyTensorSpan(Of T)
매개 변수
- start
-
ReadOnlySpan<nativeint>
ReadOnlyTensorSpan<T> 원하는 시작 위치
반환
구현
적용 대상
.NET