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

Function ggml_opt_dataset_data

ggml/src/ggml-opt.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142struct ggml_tensor * ggml_opt_dataset_data(ggml_opt_dataset_t dataset) {
143 return dataset->data;
144}
145
146struct ggml_tensor * ggml_opt_dataset_labels(ggml_opt_dataset_t dataset) {
147 return dataset->labels;

Callers 5

helper_get_ctx_dataFunction · 0.85
test_regressionFunction · 0.85
common_opt_dataset_initFunction · 0.85
ggml_opt_epochFunction · 0.85
ggml_opt_fitFunction · 0.85

Calls

no outgoing calls

Tested by 2

helper_get_ctx_dataFunction · 0.68
test_regressionFunction · 0.68