MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / ggml_round

Function ggml_round

external/ggml/src/ggml.c:2930–2934  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2928struct ggml_tensor * ggml_ceil_inplace(
2929 struct ggml_context * ctx,
2930 struct ggml_tensor * a) {
2931 return ggml_unary_inplace(ctx, a, GGML_UNARY_OP_CEIL);
2932}
2933
2934//ggml_round
2935
2936struct ggml_tensor * ggml_round(
2937 struct ggml_context * ctx,

Callers 6

buildMethod · 0.85
buildMethod · 0.85
fsq_quantizedFunction · 0.85
quantize_scalar_latentFunction · 0.85
ggml_vk_check_results_0Function · 0.85
build_graphMethod · 0.85

Calls 1

ggml_unaryFunction · 0.85

Tested by 1

build_graphMethod · 0.68