File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -706,10 +706,10 @@ extern "C" {
706706 GGML_API void ggml_print_object (const struct ggml_object * obj );
707707 GGML_API void ggml_print_objects (const struct ggml_context * ctx );
708708
709- GGML_API int64_t ggml_nelements (const struct ggml_tensor * tensor );
710- GGML_API int64_t ggml_nrows (const struct ggml_tensor * tensor );
711- GGML_API size_t ggml_nbytes (const struct ggml_tensor * tensor );
712- GGML_API size_t ggml_nbytes_pad (const struct ggml_tensor * tensor ); // same as ggml_nbytes() but padded to GGML_MEM_ALIGN
709+ GGML_API int64_t ggml_nelements (const struct ggml_tensor * tensor );
710+ GGML_API int64_t ggml_nrows (const struct ggml_tensor * tensor );
711+ GGML_API size_t ggml_nbytes (const struct ggml_tensor * tensor );
712+ GGML_API size_t ggml_nbytes_pad (const struct ggml_tensor * tensor ); // same as ggml_nbytes() but padded to GGML_MEM_ALIGN
713713
714714 GGML_API int64_t ggml_blck_size (enum ggml_type type );
715715 GGML_API size_t ggml_type_size (enum ggml_type type ); // size in bytes for all elements in a block
You can’t perform that action at this time.
0 commit comments