Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
142
struct ggml_tensor * ggml_opt_dataset_data(ggml_opt_dataset_t dataset) {
143
return dataset->data;
144
}
145
146
struct ggml_tensor * ggml_opt_dataset_labels(ggml_opt_dataset_t dataset) {
147
return dataset->labels;
Callers
8
ggml_opt_epoch
Function · 0.85
ggml_opt_fit
Function · 0.85
helper_get_ctx_data
Function · 0.85
test_regression
Function · 0.85
mnist_image_load
Function · 0.85
mnist_image_print
Function · 0.85
mnist_model_eval
Function · 0.85
wasm_eval
Function · 0.85
Calls
no outgoing calls
Tested by
2
helper_get_ctx_data
Function · 0.68
test_regression
Function · 0.68