MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_add_cast

Function ggml_add_cast

ggml.c:3262–3268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3260}
3261
3262struct ggml_tensor * ggml_add_cast(
3263 struct ggml_context * ctx,
3264 struct ggml_tensor * a,
3265 struct ggml_tensor * b,
3266 enum ggml_type type) {
3267 return ggml_add_cast_impl(ctx, a, b, type);
3268}
3269
3270// ggml_add1
3271

Callers 1

Calls 1

ggml_add_cast_implFunction · 0.70

Tested by

no test coverage detected