We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6177c86 commit a71b4c6Copy full SHA for a71b4c6
tensorflow/lite/micro/tools/benchmarking/op_resolver.h
@@ -23,7 +23,7 @@ limitations under the License.
23
24
namespace tflite {
25
26
-using TflmOpResolver = MicroMutableOpResolver<113>;
+using TflmOpResolver = MicroMutableOpResolver<115>;
27
28
inline TfLiteStatus CreateOpResolver(TflmOpResolver& op_resolver) {
29
TF_LITE_ENSURE_STATUS(op_resolver.AddAbs());
0 commit comments