ggml_tensor_flag class abstract

this tensor...

Constructors

ggml_tensor_flag.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

GGML_TENSOR_FLAG_INPUT → const int
...is an input for the GGML compute graph
GGML_TENSOR_FLAG_LOSS → const int
...defines loss for numerical optimization (multiple loss tensors add up)
GGML_TENSOR_FLAG_OUTPUT → const int
...is an output for the GGML compute graph
GGML_TENSOR_FLAG_PARAM → const int
...contains trainable parameters