Revert partial use of shims in create_op_resolver_with_builtin_ops.cc.
PiperOrigin-RevId: 352654081 Change-Id: I80a7b5e55f625f2e8af49ec2dc411f6f261b57d4
This commit is contained in:
parent
b885741721
commit
bd29ff22a7
@ -748,7 +748,7 @@ cc_library(
|
||||
deps = [
|
||||
"//tensorflow/lite:op_resolver",
|
||||
"//tensorflow/lite/core/api",
|
||||
"//tensorflow/lite/core/shims:builtin_ops",
|
||||
"//tensorflow/lite/kernels:builtin_ops",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -15,8 +15,8 @@ limitations under the License.
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "tensorflow/lite/core/shims/cc/kernels/register.h"
|
||||
#include "tensorflow/lite/create_op_resolver.h"
|
||||
#include "tensorflow/lite/kernels/register.h"
|
||||
|
||||
namespace tflite {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user