MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / ggml_opt_dataset_data

Function ggml_opt_dataset_data

external/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 8

ggml_opt_epochFunction · 0.85
ggml_opt_fitFunction · 0.85
helper_get_ctx_dataFunction · 0.85
test_regressionFunction · 0.85
mnist_image_loadFunction · 0.85
mnist_image_printFunction · 0.85
mnist_model_evalFunction · 0.85
wasm_evalFunction · 0.85

Calls

no outgoing calls

Tested by 2

helper_get_ctx_dataFunction · 0.68
test_regressionFunction · 0.68