Support Softmax op
This commit is contained in:
parent
d218c61e6d
commit
8aba03bac6
|
|
@ -642,8 +642,6 @@ static const std::set<std::string>& openvino_ops = []() -> const std::set<std::s
|
|||
return true;
|
||||
case GGML_OP_MUL_MAT:
|
||||
return false;
|
||||
case GGML_OP_SOFT_MAX:
|
||||
return true;
|
||||
case GGML_OP_UNARY:
|
||||
switch (ggml_get_unary_op(op))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue