ggml_can_repeat method
Implementation
bool ggml_can_repeat(
ffi.Pointer<ggml_tensor> t0,
ffi.Pointer<ggml_tensor> t1,
) {
return _ggml_can_repeat(
t0,
t1,
);
}
bool ggml_can_repeat(
ffi.Pointer<ggml_tensor> t0,
ffi.Pointer<ggml_tensor> t1,
) {
return _ggml_can_repeat(
t0,
t1,
);
}