fix tabs instead of spaces
This commit is contained in:
parent
d89e0e09d7
commit
b08c6b1ad8
1 changed files with 1 additions and 1 deletions
2
ggml.h
2
ggml.h
|
@ -1494,7 +1494,7 @@ extern "C" {
|
|||
int d0,
|
||||
int d1,
|
||||
bool is_2D,
|
||||
enum ggml_type dst_type);
|
||||
enum ggml_type dst_type);
|
||||
|
||||
GGML_API struct ggml_tensor * ggml_conv_depthwise_2d(
|
||||
struct ggml_context * ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue