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" {
706
706
GGML_API void ggml_print_object (const struct ggml_object * obj );
707
707
GGML_API void ggml_print_objects (const struct ggml_context * ctx );
708
708
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
713
713
714
714
GGML_API int64_t ggml_blck_size (enum ggml_type type );
715
715
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