Ensure ParseOpData
always has a return value
This commit is contained in:
parent
7ba6bca1d9
commit
a9aa8cb2d7
@ -913,6 +913,7 @@ TfLiteStatus ParseOpData(const Operator* op, BuiltinOperator op_type,
|
||||
case BuiltinOperator_SEGMENT_SUM:
|
||||
return kTfLiteOk;
|
||||
}
|
||||
return kTfLiteError;
|
||||
} // NOLINT[readability/fn_size]
|
||||
|
||||
} // namespace tflite
|
||||
|
Loading…
Reference in New Issue
Block a user