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

Function ggml_map_binary_f32

ggml.c:5976–5982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5974}
5975
5976struct ggml_tensor * ggml_map_binary_f32(
5977 struct ggml_context * ctx,
5978 struct ggml_tensor * a,
5979 struct ggml_tensor * b,
5980 const ggml_binary_op_f32_t fun) {
5981 return ggml_map_binary_impl_f32(ctx, a, b, fun, false);
5982}
5983
5984struct ggml_tensor * ggml_map_binary_inplace_f32(
5985 struct ggml_context * ctx,

Callers

nothing calls this directly

Calls 1

ggml_map_binary_impl_f32Function · 0.85

Tested by

no test coverage detected