You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

llama.native.llavaimageembed.md 451 B

12345678910111213141516171819202122232425
  1. # LLavaImageEmbed
  2. Namespace: LLama.Native
  3. LLaVa Image embeddings
  4. ```csharp
  5. public struct LLavaImageEmbed
  6. ```
  7. Inheritance [Object](https://docs.microsoft.com/en-us/dotnet/api/system.object) → [ValueType](https://docs.microsoft.com/en-us/dotnet/api/system.valuetype) → [LLavaImageEmbed](./llama.native.llavaimageembed.md)
  8. ## Fields
  9. ### **embed**
  10. ```csharp
  11. public Single* embed;
  12. ```
  13. ### **n_image_pos**
  14. ```csharp
  15. public int n_image_pos;
  16. ```