Table of Contents

Struct CopyKernelKey

Namespace
NumSharp.Backends.Kernels
Assembly
NumSharp.dll
public readonly record struct CopyKernelKey : IEquatable<CopyKernelKey>
Implements
Inherited Members
Extension Methods

Constructors

CopyKernelKey(NPTypeCode, CopyExecutionPath)

public CopyKernelKey(NPTypeCode Type, CopyExecutionPath Path)

Parameters

Type NPTypeCode
Path CopyExecutionPath

Properties

Path

public CopyExecutionPath Path { get; init; }

Property Value

CopyExecutionPath

Type

public NPTypeCode Type { get; init; }

Property Value

NPTypeCode

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.