Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
int64_t ggml_opt_dataset_ndata(ggml_opt_dataset_t dataset) {
139
return dataset->ndata;
140
}
141
142
struct ggml_tensor * ggml_opt_dataset_data(ggml_opt_dataset_t dataset) {
143
return dataset->data;
Callers
2
opt_epoch
Method · 0.85
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected