We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20aa499 commit 95b3127Copy full SHA for 95b3127
ggml/include/ggml.h
@@ -1181,7 +1181,7 @@ extern "C" {
1181
* Truncates the fractional part of each element in the tensor (towards zero).
1182
* For example: trunc(3.7) = 3.0, trunc(-2.9) = -2.0
1183
* Similar to std::trunc in C/C++.
1184
- */
+ */
1185
1186
GGML_API struct ggml_tensor * ggml_trunc(
1187
struct ggml_context * ctx,
0 commit comments