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

Function ggml_impl_is_view

external/ggml/src/ggml-impl.h:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103static inline bool ggml_impl_is_view(const struct ggml_tensor * t) {
104 return t->view_src != NULL;
105}
106
107static inline float ggml_compute_softplus_f32(float input) {
108 return (input > 20.0f) ? input : logf(1 + expf(input));

Callers 3

ggml_is_viewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected