Namespace: LLama
public class LLamaState : System.IEquatable`1[[LLama.LLamaState, LLamaSharp, Version=0.2.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → LLamaState
Implements IEquatable<LLamaState>
public Queue<int> EvalTokens { get; set; }
public Queue<Single[]> EvalLogits { get; set; }
public Byte[] State { get; set; }
public int Size { get; set; }
public LLamaState(Queue<int> EvalTokens, Queue<Single[]> EvalLogits, Byte[] State, int Size)
EvalTokens Queue<Int32>
EvalLogits Queue<Single[]>
State Byte[]
Size Int32
public string ToString()
protected bool PrintMembers(StringBuilder builder)
builder StringBuilder
public int GetHashCode()
public bool Equals(object obj)
obj Object
public bool Equals(LLamaState other)
other LLamaState
public LLamaState <Clone>$()
1&, Queue1&, Byte[]&, Int32&)public void Deconstruct(Queue`1& EvalTokens, Queue`1& EvalLogits, Byte[]& State, Int32& Size)
EvalTokens Queue`1&
EvalLogits Queue`1&
State Byte[]&
Size Int32&