Searched refs:IsUnresolvedCustomOp (Results 1 – 4 of 4) sorted by relevance
90 bool IsUnresolvedCustomOp(const TfLiteRegistration& registration);
159 bool IsUnresolvedCustomOp(const TfLiteRegistration& registration) { in IsUnresolvedCustomOp() function
262 if (tflite::IsUnresolvedCustomOp(registration) && in Java_org_tensorflow_lite_NativeInterpreterWrapper_hasUnresolvedFlexOp()
883 if (IsUnresolvedCustomOp(op_reg)) { in OpPrepare()