ggml_permute method
Pointer<ggml_tensor>
ggml_permute(
- Pointer<
ggml_context> ctx, - Pointer<
ggml_tensor> a, - int axis0,
- int axis1,
- int axis2,
- int axis3,
GeneralAiSpeechToTextLibraryWhisper Binding By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_tensor> ggml_permute(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
int axis0,
int axis1,
int axis2,
int axis3,
) {
return _ggml_permute(ctx, a, axis0, axis1, axis2, axis3);
}