Update BATCH_MATMUL operator version supported by the reference kernel
This commit is contained in:
parent
f2b4f92407
commit
c1784bd109
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user