Update BATCH_MATMUL operator version supported by the reference kernel

This commit is contained in:
Thibaut Goetghebuer-Planchon 2020-09-18 13:05:34 +01:00
parent f2b4f92407
commit c1784bd109

View File

@ -447,7 +447,7 @@ BuiltinRefOpResolver::BuiltinRefOpResolver() {
AddBuiltin(BuiltinOperator_DENSIFY, Register_DENSIFY());
AddBuiltin(BuiltinOperator_BATCH_MATMUL, Register_BATCH_MATMUL_REF(),
/* min_version = */ 1,
/* max_version = */ 2);
/* max_version = */ 3);
AddCustom("NumericVerify",
tflite::ops::custom::Register_NUMERIC_VERIFY_REF());
// TODO(andrewharp, ahentz): Move these somewhere more appropriate so that