Krotos Modules 3
Loading...
Searching...
No Matches
ggml_cgraph Struct Reference

#include <ggml.h>

Public Attributes

int n_nodes
 
int n_leafs
 
int n_threads
 
size_t work_size
 
struct ggml_tensorwork
 
struct ggml_tensornodes [GGML_MAX_NODES]
 
struct ggml_tensorgrads [GGML_MAX_NODES]
 
struct ggml_tensorleafs [GGML_MAX_NODES]
 
int perf_runs
 
int64_t perf_cycles
 
int64_t perf_time_us
 

Member Data Documentation

◆ grads

struct ggml_tensor* ggml_cgraph::grads[GGML_MAX_NODES]

◆ leafs

struct ggml_tensor* ggml_cgraph::leafs[GGML_MAX_NODES]

◆ n_leafs

int ggml_cgraph::n_leafs

◆ n_nodes

int ggml_cgraph::n_nodes

◆ n_threads

int ggml_cgraph::n_threads

◆ nodes

struct ggml_tensor* ggml_cgraph::nodes[GGML_MAX_NODES]

◆ perf_cycles

int64_t ggml_cgraph::perf_cycles

◆ perf_runs

int ggml_cgraph::perf_runs

◆ perf_time_us

int64_t ggml_cgraph::perf_time_us

◆ work

struct ggml_tensor* ggml_cgraph::work

◆ work_size

size_t ggml_cgraph::work_size

The documentation for this struct was generated from the following file: