Skip to content

LLamaSeqId

Namespace: LLama.Native

ID for a sequence in a batch

public struct LLamaSeqId

Inheritance ObjectValueTypeLLamaSeqId
Implements IEquatable<LLamaSeqId>

Fields

Value

The raw value

public int Value;

Zero

LLamaSeqId with value 0

public static LLamaSeqId Zero;

Methods

ToString()

string ToString()

Returns

String

GetHashCode()

int GetHashCode()

Returns

Int32

Equals(Object)

bool Equals(object obj)

Parameters

obj Object

Returns

Boolean

Equals(LLamaSeqId)

bool Equals(LLamaSeqId other)

Parameters

other LLamaSeqId

Returns

Boolean