ggml_cgraph class final

Inheritance
Implemented types
Available extensions

Constructors

ggml_cgraph()

Properties

grads Pointer<Pointer<ggml_tensor>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
leafs Pointer<Pointer<ggml_tensor>>
getter/setter pair
n_leafs int
getter/setter pair
n_nodes int
getter/setter pair
nodes Pointer<Pointer<ggml_tensor>>
getter/setter pair
order int
getter/setter pair
perf_cycles int
getter/setter pair
perf_runs int
getter/setter pair
perf_time_us int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pair
visited_hash_table ggml_hash_set
getter/setter pair

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