-
The implementation seems shared between these two ops, are there any semantic differences? |
Beta Was this translation helpful? Give feedback.
Answered by
slaren
Jun 5, 2025
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tlemo
-
Thank you, this is very helpful! Are the individual op semantics documented anywhere? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ggml_dup
is intended to duplicate tensors,ggml_cont
is intended to make a contiguous copy of a tensor view. In practice they are the same operation.