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 | |
virtual void | Dispose () |
StringAndFloat () | |
StringAndFloat (string t, float u) | |
StringAndFloat (StringAndFloat p) | |
Protected Attributes | |
bool | swigCMemOwn |
Package Functions | |
StringAndFloat (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Static Package Functions | |
static global::System.Runtime.InteropServices.HandleRef | getCPtr (StringAndFloat obj) |
Properties | |
string | first [get, set] |
float | second [get, set] |
Private Member Functions | |
~StringAndFloat () | |
Private Attributes | |
global::System.Runtime.InteropServices.HandleRef | swigCPtr |
|
package |
|
private |
LlamaLibrary.StringAndFloat.StringAndFloat | ( | ) |
LlamaLibrary.StringAndFloat.StringAndFloat | ( | string | t, |
float | u ) |
References LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().
LlamaLibrary.StringAndFloat.StringAndFloat | ( | StringAndFloat | p | ) |
References LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().
|
virtual |
References LlamaLibrary.libllama_libPINVOKE.delete_StringAndFloat(), LlamaLibrary.StringAndFloat.swigCMemOwn, and LlamaLibrary.StringAndFloat.swigCPtr.
Referenced by LlamaLibrary.StringAndFloat.~StringAndFloat().
|
staticpackage |
References LlamaLibrary.StringAndFloat.swigCPtr.
Referenced by LlamaLibrary.StringsAndFloats.Add(), LlamaLibrary.StringsAndFloats.Insert(), LlamaLibrary.StringsAndFloats.Repeat(), and LlamaLibrary.StringsAndFloats.setitem().
|
protected |
Referenced by LlamaLibrary.StringAndFloat.Dispose(), and LlamaLibrary.StringAndFloat.StringAndFloat().
|
private |
|
getset |
|
getset |