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

Function ggml_map_binary_inplace_f32

ggml.c:5984–5990  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5982}
5983
5984struct ggml_tensor * ggml_map_binary_inplace_f32(
5985 struct ggml_context * ctx,
5986 struct ggml_tensor * a,
5987 struct ggml_tensor * b,
5988 const ggml_binary_op_f32_t fun) {
5989 return ggml_map_binary_impl_f32(ctx, a, b, fun, true);
5990}
5991
5992// ggml_map_custom1_f32
5993

Callers

nothing calls this directly

Calls 1

ggml_map_binary_impl_f32Function · 0.85

Tested by

no test coverage detected