Remove TODOD since Concat op now supports all types.
PiperOrigin-RevId: 343156229 Change-Id: Ic8f206dd9a3e4b13eb6848f978dbf96a0959a6e9
This commit is contained in:
parent
de556cca3a
commit
fa7d66d8a0
@ -52,8 +52,6 @@ TfLiteStatus Prepare(TfLiteContext* context, TfLiteNode* node) {
|
||||
TF_LITE_ENSURE(context, axis >= 0);
|
||||
TF_LITE_ENSURE(context, axis < t0->dims->size);
|
||||
|
||||
// TODO(ahentz): These are limitations of our implementation that could be
|
||||
// removed with a bit of effort.
|
||||
TF_LITE_ENSURE_EQ(context, params->activation, kTfLiteActNone);
|
||||
TF_LITE_ENSURE(context,
|
||||
input_type == kTfLiteFloat32 || input_type == kTfLiteUInt8 ||
|
||||
|
Loading…
Reference in New Issue
Block a user