Returned true old bindings
This commit is contained in:
parent
7d20c51808
commit
b7a9b90604
1 changed files with 821 additions and 821 deletions
|
|
@ -2340,7 +2340,7 @@ pub type ggml_binary_op_f32_t = ::std::option::Option<
|
|||
),
|
||||
>;
|
||||
pub type ggml_custom1_op_f32_t =
|
||||
::std::option::Option<unsafe extern "C" fn(arg1: *mut ggml_tensor, arg2: *const ggml_tensor)>;
|
||||
::std::option::Option<unsafe extern "C" fn(arg1: *mut ggml_tensor, arg2: *const ggml_tensor)>;
|
||||
pub type ggml_custom2_op_f32_t = ::std::option::Option<
|
||||
unsafe extern "C" fn(
|
||||
arg1: *mut ggml_tensor,
|
||||
|
|
@ -4721,7 +4721,7 @@ pub type whisper_encoder_begin_callback = ::std::option::Option<
|
|||
) -> bool,
|
||||
>;
|
||||
pub type whisper_abort_callback =
|
||||
::std::option::Option<unsafe extern "C" fn(user_data: *mut ::std::os::raw::c_void) -> bool>;
|
||||
::std::option::Option<unsafe extern "C" fn(user_data: *mut ::std::os::raw::c_void) -> bool>;
|
||||
pub type whisper_logits_filter_callback = ::std::option::Option<
|
||||
unsafe extern "C" fn(
|
||||
ctx: *mut whisper_context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue