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

Function ggml_add_cast

subprojects/llama.cpp/ggml/src/ggml.c:2010–2016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2008}
2009
2010struct ggml_tensor * ggml_add_cast(
2011 struct ggml_context * ctx,
2012 struct ggml_tensor * a,
2013 struct ggml_tensor * b,
2014 enum ggml_type type) {
2015 return ggml_add_cast_impl(ctx, a, b, type);
2016}
2017
2018struct ggml_tensor * ggml_add_id(
2019 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_add_cast_implFunction · 0.85

Tested by

no test coverage detected