![]() |
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.Int32s:
Collaboration diagram for LlamaLibrary.Int32s:Classes | |
| class | Int32sEnumerator |
Public Member Functions | |
| void | Add (int x) |
| void | AddRange (Int32s values) |
| void | Clear () |
| bool | Contains (int value) |
| void | CopyTo (int index, int[] array, int arrayIndex, int count) |
| void | CopyTo (int[] array) |
| void | CopyTo (int[] array, int arrayIndex) |
| virtual void | Dispose () |
| Int32sEnumerator | GetEnumerator () |
| Int32s | GetRange (int index, int count) |
| int | IndexOf (int value) |
| void | Insert (int index, int x) |
| void | InsertRange (int index, Int32s values) |
| Int32s () | |
| Int32s (global::System.Collections.Generic.IEnumerable< int > c) | |
| Int32s (global::System.Collections.IEnumerable c) | |
| Int32s (int capacity) | |
| Int32s (Int32s other) | |
| int | LastIndexOf (int value) |
| bool | Remove (int value) |
| void | RemoveAt (int index) |
| void | RemoveRange (int index, int count) |
| void | Reverse () |
| void | Reverse (int index, int count) |
| void | SetRange (int index, Int32s values) |
| int[] | ToArray () |
Static Public Member Functions | |
| static Int32s | Repeat (int value, int count) |
Protected Attributes | |
| bool | swigCMemOwn |
Package Functions | |
| Int32s (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Static Package Functions | |
| static global::System.Runtime.InteropServices.HandleRef | getCPtr (Int32s obj) |
Properties | |
| int | Capacity [get, set] |
| int | Count [get] |
| bool | IsFixedSize [get] |
| bool | IsReadOnly [get] |
| bool | IsSynchronized [get] |
| int | this[int index] [get, set] |
Private Member Functions | |
| uint | capacity () |
| global::System.Collections.Generic.IEnumerator< int > global::System.Collections.Generic.IEnumerable< int >. | GetEnumerator () |
| global::System.Collections.IEnumerator global::System.Collections.IEnumerable. | GetEnumerator () |
| int | getitem (int index) |
| int | getitemcopy (int index) |
| void | reserve (uint n) |
| void | setitem (int index, int value) |
| uint | size () |
| ~Int32s () | |
Private Attributes | |
| global::System.Runtime.InteropServices.HandleRef | swigCPtr |
|
package |
References LlamaLibrary.Int32s.swigCMemOwn, and LlamaLibrary.Int32s.swigCPtr.
|
private |
| LlamaLibrary.Int32s.Int32s | ( | global::System::Collections::IEnumerable | c | ) |
| LlamaLibrary.Int32s.Int32s | ( | global::System::Collections::Generic::IEnumerable< int > | c | ) |
| LlamaLibrary.Int32s.Int32s | ( | ) |
Referenced by LlamaLibrary.Int32s.GetRange(), and LlamaLibrary.Int32s.Repeat().
Here is the caller graph for this function:| LlamaLibrary.Int32s.Int32s | ( | Int32s | other | ) |
References LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().
Here is the call graph for this function:| LlamaLibrary.Int32s.Int32s | ( | int | capacity | ) |
References LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().
Here is the call graph for this function:| void LlamaLibrary.Int32s.Add | ( | int | x | ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_Add(), and LlamaLibrary.Int32s.swigCPtr.
Referenced by LlamaLibrary.Int32s.Int32s(), and LlamaLibrary.Int32s.Int32s().
Here is the call graph for this function:
Here is the caller graph for this function:| void LlamaLibrary.Int32s.AddRange | ( | Int32s | values | ) |
References LlamaLibrary.Int32s.getCPtr(), LlamaLibrary.libllama_libPINVOKE.Int32s_AddRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:
|
private |
References LlamaLibrary.libllama_libPINVOKE.Int32s_capacity(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.Clear | ( | ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_Clear(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| bool LlamaLibrary.Int32s.Contains | ( | int | value | ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_Contains(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.CopyTo | ( | int | index, |
| int[] | array, | ||
| int | arrayIndex, | ||
| int | count ) |
References LlamaLibrary.Int32s.Count, and LlamaLibrary.Int32s.getitemcopy().
Here is the call graph for this function:| void LlamaLibrary.Int32s.CopyTo | ( | int[] | array | ) |
References LlamaLibrary.Int32s.CopyTo(), and LlamaLibrary.Int32s.Count.
Referenced by LlamaLibrary.Int32s.CopyTo(), LlamaLibrary.Int32s.CopyTo(), and LlamaLibrary.Int32s.ToArray().
Here is the call graph for this function:
Here is the caller graph for this function:| void LlamaLibrary.Int32s.CopyTo | ( | int[] | array, |
| int | arrayIndex ) |
References LlamaLibrary.Int32s.CopyTo(), and LlamaLibrary.Int32s.Count.
Here is the call graph for this function:
|
virtual |
References LlamaLibrary.libllama_libPINVOKE.delete_Int32s(), LlamaLibrary.Int32s.swigCMemOwn, and LlamaLibrary.Int32s.swigCPtr.
Referenced by LlamaLibrary.Int32s.~Int32s().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticpackage |
References LlamaLibrary.Int32s.swigCPtr.
Referenced by LlamaLibrary.Int32s.AddRange(), LlamaLibrary.Int32s.InsertRange(), and LlamaLibrary.Int32s.SetRange().
Here is the caller graph for this function:
|
private |
|
private |
| Int32sEnumerator LlamaLibrary.Int32s.GetEnumerator | ( | ) |
|
private |
References LlamaLibrary.libllama_libPINVOKE.Int32s_getitem(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:
|
private |
References LlamaLibrary.libllama_libPINVOKE.Int32s_getitemcopy(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Referenced by LlamaLibrary.Int32s.CopyTo().
Here is the call graph for this function:
Here is the caller graph for this function:| Int32s LlamaLibrary.Int32s.GetRange | ( | int | index, |
| int | count ) |
References LlamaLibrary.Int32s.Int32s(), LlamaLibrary.libllama_libPINVOKE.Int32s_GetRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| int LlamaLibrary.Int32s.IndexOf | ( | int | value | ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_IndexOf(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.Insert | ( | int | index, |
| int | x ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_Insert(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.InsertRange | ( | int | index, |
| Int32s | values ) |
References LlamaLibrary.Int32s.getCPtr(), LlamaLibrary.libllama_libPINVOKE.Int32s_InsertRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| int LlamaLibrary.Int32s.LastIndexOf | ( | int | value | ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_LastIndexOf(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| bool LlamaLibrary.Int32s.Remove | ( | int | value | ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_Remove(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.RemoveAt | ( | int | index | ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_RemoveAt(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.RemoveRange | ( | int | index, |
| int | count ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_RemoveRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:
|
static |
References LlamaLibrary.Int32s.Int32s(), LlamaLibrary.libllama_libPINVOKE.Int32s_Repeat(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().
Here is the call graph for this function:
|
private |
References LlamaLibrary.libllama_libPINVOKE.Int32s_reserve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.Reverse | ( | ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_Reverse__SWIG_0(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.Reverse | ( | int | index, |
| int | count ) |
References LlamaLibrary.libllama_libPINVOKE.Int32s_Reverse__SWIG_1(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:
|
private |
References LlamaLibrary.libllama_libPINVOKE.Int32s_setitem(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:| void LlamaLibrary.Int32s.SetRange | ( | int | index, |
| Int32s | values ) |
References LlamaLibrary.Int32s.getCPtr(), LlamaLibrary.libllama_libPINVOKE.Int32s_SetRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.
Here is the call graph for this function:
|
private |
References LlamaLibrary.libllama_libPINVOKE.Int32s_size(), and LlamaLibrary.Int32s.swigCPtr.
Referenced by LlamaLibrary.Int32s.Int32sEnumerator.MoveNext().
Here is the call graph for this function:
Here is the caller graph for this function:| int[] LlamaLibrary.Int32s.ToArray | ( | ) |
References LlamaLibrary.Int32s.CopyTo(), and LlamaLibrary.Int32s.Count.
Here is the call graph for this function:
|
protected |
Referenced by LlamaLibrary.Int32s.Dispose(), and LlamaLibrary.Int32s.Int32s().
|
private |
Referenced by LlamaLibrary.Int32s.Add(), LlamaLibrary.Int32s.AddRange(), LlamaLibrary.Int32s.capacity(), LlamaLibrary.Int32s.Clear(), LlamaLibrary.Int32s.Contains(), LlamaLibrary.Int32s.Dispose(), LlamaLibrary.Int32s.getCPtr(), LlamaLibrary.Int32s.getitem(), LlamaLibrary.Int32s.getitemcopy(), LlamaLibrary.Int32s.GetRange(), LlamaLibrary.Int32s.IndexOf(), LlamaLibrary.Int32s.Insert(), LlamaLibrary.Int32s.InsertRange(), LlamaLibrary.Int32s.Int32s(), LlamaLibrary.Int32s.LastIndexOf(), LlamaLibrary.Int32s.Remove(), LlamaLibrary.Int32s.RemoveAt(), LlamaLibrary.Int32s.RemoveRange(), LlamaLibrary.Int32s.reserve(), LlamaLibrary.Int32s.Reverse(), LlamaLibrary.Int32s.Reverse(), LlamaLibrary.Int32s.setitem(), LlamaLibrary.Int32s.SetRange(), and LlamaLibrary.Int32s.size().
|
getset |
|
get |
|
get |
|
get |
|
get |
|
getset |