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

Function ggml_opt_inputs

ggml/src/ggml-opt.cpp:609–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607}
608
609struct ggml_tensor * ggml_opt_inputs(ggml_opt_context_t opt_ctx) {
610 return opt_ctx->inputs;
611}
612
613struct ggml_tensor * ggml_opt_outputs(ggml_opt_context_t opt_ctx) {
614 return opt_ctx->outputs;

Callers 2

ggml_opt_epochFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected