MCPcopy Create free account
hub / github.com/PABannier/encodec.cpp / ggml_context

Class ggml_context

encodec.cpp:104–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103static struct ggml_tensor * encodec_sigmoid(
104 struct ggml_context * ctx,
105 struct ggml_tensor * x) {
106 return ggml_map_custom1(ctx, x, encodec_sigmoid_impl, GGML_N_TASKS_MAX, NULL);
107}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected