LLamaState
Namespace: LLama
1 |
|
Inheritance Object → LLamaState
Implements IEquatable<LLamaState>
Properties
EvalTokens
1 |
|
Property Value
EvalLogits
1 |
|
Property Value
State
1 |
|
Property Value
Size
1 |
|
Property Value
Constructors
LLamaState(Queue<Int32>, Queue<Single[]>, Byte[], Int32)
1 |
|
Parameters
EvalTokens
Queue<Int32>
EvalLogits
Queue<Single[]>
State
Byte[]
Size
Int32
Methods
ToString()
1 |
|
Returns
PrintMembers(StringBuilder)
1 |
|
Parameters
builder
StringBuilder
Returns
GetHashCode()
1 |
|
Returns
Equals(Object)
1 |
|
Parameters
obj
Object
Returns
Equals(LLamaState)
1 |
|
Parameters
other
LLamaState
Returns
<Clone>$()
1 |
|
Returns
Deconstruct(Queue1&, Queue
1&, Byte[]&, Int32&)
1 |
|
Parameters
EvalTokens
Queue`1&
EvalLogits
Queue`1&
State
Byte[]&
Size
Int32&