improvement
This commit is contained in:
parent
f1558ab38f
commit
f3f829a0d7
1 changed files with 4 additions and 4 deletions
|
@ -25,10 +25,10 @@ ggml_backend_buffer_t ggml_backend_buffer_init(
|
|||
GGML_ASSERT(iface.get_base != NULL);
|
||||
|
||||
(*buffer) = (struct ggml_backend_buffer) {
|
||||
/* .interface = */ iface,
|
||||
/* .backend = */ backend,
|
||||
/* .context = */ context,
|
||||
/* .size = */ size,
|
||||
.iface = iface,
|
||||
.backend = backend,
|
||||
.context = context,
|
||||
.size = size,
|
||||
};
|
||||
|
||||
return buffer;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue