StyledLines from testedlines.com: C# docs 1.0.1
GPT2-based text stylization LLM model, wrapped with Llama.cpp in Csharp to ensure compatibility across various platforms, including iOS and WebGL. The model is designed to transform generic texts into stylized, game or user-tailored dialogue.
|
Public Member Functions | |
void | Dispose () |
bool | MoveNext () |
void | Reset () |
StringsEnumerator (Strings collection) | |
Properties | |
string | Current [get] |
object global::System.Collections.IEnumerator. | Current [get] |
Private Attributes | |
Strings | collectionRef |
int | currentIndex |
object | currentObject |
int | currentSize |
Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet.
LlamaLibrary.Strings.StringsEnumerator.StringsEnumerator | ( | Strings | collection | ) |
void LlamaLibrary.Strings.StringsEnumerator.Dispose | ( | ) |
bool LlamaLibrary.Strings.StringsEnumerator.MoveNext | ( | ) |
References LlamaLibrary.Strings.StringsEnumerator.collectionRef, LlamaLibrary.Strings.Count, LlamaLibrary.Strings.StringsEnumerator.currentIndex, LlamaLibrary.Strings.StringsEnumerator.currentObject, LlamaLibrary.Strings.StringsEnumerator.currentSize, and LlamaLibrary.Strings.size().
void LlamaLibrary.Strings.StringsEnumerator.Reset | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
get |
|
getprivate |