Skip to content

Commit 4dd0bdf

Browse files
committed
[mlir][tosa] Add missing dependencies from tflite kernels
For fixing patch: [TOSA] Add GELU approximate attr and transform to Tosa tensorflow#62149 Signed-off-by: Jerry Ge <[email protected]> Change-Id: I25e45680ed6b5e136b85e80760035d233b20cfb8
1 parent 9cd328e commit 4dd0bdf

File tree

1 file changed

+1
-0
lines changed
  • tensorflow/compiler/mlir/tosa

1 file changed

+1
-0
lines changed

tensorflow/compiler/mlir/tosa/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ cc_library(
8383
"//tensorflow/compiler/mlir/tensorflow:dynamic_shape_utils",
8484
"//tensorflow/core:framework",
8585
"//tensorflow/core/kernels:conv_grad_shape_utils",
86+
"//tensorflow/lite/kernels/internal:reference_base",
8687
"@com_google_absl//absl/status",
8788
"@llvm-project//llvm:Support",
8889
"@llvm-project//mlir:ArithDialect",

0 commit comments

Comments
 (0)