![]() |
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.
|
Inheritance diagram for LlamaLibrary.FileWrapper:
Collaboration diagram for LlamaLibrary.FileWrapper:Public Member Functions | |
| virtual void | Dispose () |
| FileWrapper () | |
Static Public Member Functions | |
| static bool | Save (byte[] data, int data_length, string path) |
| static bool | Save (string data, string path) |
| static bool | Save (string data, uint data_length, string path) |
Protected Attributes | |
| bool | swigCMemOwn |
Package Functions | |
| FileWrapper (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Static Package Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (FileWrapper obj) |
Private Member Functions | |
| ~FileWrapper () | |
Private Attributes | |
| global::System.Runtime.InteropServices.HandleRef | swigCPtr |
|
package |
References LlamaLibrary.FileWrapper.swigCMemOwn, and LlamaLibrary.FileWrapper.swigCPtr.
|
private |
| LlamaLibrary.FileWrapper.FileWrapper | ( | ) |
|
virtual |
References LlamaLibrary.libllama_libPINVOKE.delete_FileWrapper(), LlamaLibrary.FileWrapper.swigCMemOwn, and LlamaLibrary.FileWrapper.swigCPtr.
Referenced by LlamaLibrary.FileWrapper.~FileWrapper().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticpackage |
References LlamaLibrary.FileWrapper.swigCPtr.
|
static |
References LlamaLibrary.libllama_libPINVOKE.FileWrapper_Save__SWIG_1(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().
Here is the call graph for this function:
|
static |
References LlamaLibrary.libllama_libPINVOKE.FileWrapper_Save__SWIG_0(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().
Referenced by Assets.StyledLines.Runtime.LlamaInfrenceUnity.ModelController.ModelController(), and Assets.StyledLines.Runtime.LlamaInfrenceUnity.RunModelAsync.Start().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
References LlamaLibrary.libllama_libPINVOKE.FileWrapper_Save__SWIG_2(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().
Here is the call graph for this function:
|
protected |
Referenced by LlamaLibrary.FileWrapper.Dispose(), and LlamaLibrary.FileWrapper.FileWrapper().
|
private |