TensorSplitsCollectionConverter
Namespace: LLama.Abstractions
A JSON converter for TensorSplitsCollection
1 |
|
Inheritance Object → JsonConverter → JsonConverter<TensorSplitsCollection> → TensorSplitsCollectionConverter
Properties
HandleNull
1 |
|
Property Value
Constructors
TensorSplitsCollectionConverter()
1 |
|
Methods
Read(Utf8JsonReader&, Type, JsonSerializerOptions)
1 |
|
Parameters
reader
Utf8JsonReader&
typeToConvert
Type
options
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, TensorSplitsCollection, JsonSerializerOptions)
1 |
|
Parameters
writer
Utf8JsonWriter
value
TensorSplitsCollection
options
JsonSerializerOptions