ggml_set_1d: Set 1D Tensor Region (Graph)
Description
Simplified 1D version of ggml_set.
Copies tensor b into tensor a starting at offset.
Usage
ggml_set_1d(ctx, a, b, offset)
Value
Tensor representing the set operation
Arguments
- ctx
GGML context
- a
Destination tensor
- b
Source tensor
- offset
Byte offset in destination tensor