Struct DirectILKernelGenerator.WeightedSumKernelKey
public readonly record struct DirectILKernelGenerator.WeightedSumKernelKey : IEquatable<DirectILKernelGenerator.WeightedSumKernelKey>
- Implements
- Inherited Members
- Extension Methods
Constructors
WeightedSumKernelKey(NPTypeCode)
public WeightedSumKernelKey(NPTypeCode Dtype)
Parameters
DtypeNPTypeCode
Properties
Dtype
public NPTypeCode Dtype { get; init; }