MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_opt_dataset_data

Function ggml_opt_dataset_data

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

Source from the content-addressed store, hash-verified

138}
139
140struct ggml_tensor * ggml_opt_dataset_data(ggml_opt_dataset_t dataset) {
141 return dataset->data;
142}
143
144struct ggml_tensor * ggml_opt_dataset_labels(ggml_opt_dataset_t dataset) {
145 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