Revert partial use of shims in create_op_resolver_with_builtin_ops.cc.

PiperOrigin-RevId: 352654081
Change-Id: I80a7b5e55f625f2e8af49ec2dc411f6f261b57d4
This commit is contained in:
Fergus Henderson 2021-01-19 14:21:59 -08:00 committed by TensorFlower Gardener
parent b885741721
commit bd29ff22a7
2 changed files with 2 additions and 2 deletions

View File

@ -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",
],
)

View File

@ -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 {