LLamaSeqId
Namespace: LLama.Native
ID for a sequence in a batch
public struct LLamaSeqId
Inheritance Object → ValueType → LLamaSeqId
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
GetHashCode()
int GetHashCode()
Returns
Equals(Object)
bool Equals(object obj)
Parameters
obj
Object
Returns
Equals(LLamaSeqId)
bool Equals(LLamaSeqId other)
Parameters
other
LLamaSeqId