MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / ggml_opt_inputs

Function ggml_opt_inputs

subprojects/llama.cpp/ggml/src/ggml-opt.cpp:608–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ggml_opt_epochFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected