MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / ggml_opt_dataset_ndata

Function ggml_opt_dataset_ndata

ggml/src/ggml-opt.cpp:138–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int64_t ggml_opt_dataset_ndata(ggml_opt_dataset_t dataset) {
139 return dataset->ndata;
140}
141
142struct ggml_tensor * ggml_opt_dataset_data(ggml_opt_dataset_t dataset) {
143 return dataset->data;

Callers 2

opt_epochMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected