Skip to content

Commit d9ca107

Browse files
committed
Add back tf_tosa REQUIRE tags
Signed-off-by: Jerry Ge <[email protected]>
1 parent 5b644f6 commit d9ca107

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

tensorflow/compiler/mlir/tosa/tests/tf-to-tosa-pipeline.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: tf-opt --tf-to-tosa-pipeline --verify-each %s | FileCheck %s
2-
2+
// REQUIRES: tf_tosa
33
// RUN: tf-opt --tf-tfl-to-tosa-pipeline --verify-each %s | FileCheck %s
4-
4+
// REQUIRES: tf_tosa
55

66
// Operations for testing tf-to-tosa-pipeline
77
// TODO: These tests are fairly minimal. Expand the checks to be more robust.

tensorflow/compiler/mlir/tosa/tests/tf-unequal-ranks.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: tf-opt --split-input-file --tf-to-tosa-pipeline --verify-each %s | FileCheck %s
2-
2+
// REQUIRES: tf_tosa
33
// Test tf legalization that produce TOSA ResultsBroadcastableShape operators with unequal ranks
44

55
// -----

tensorflow/compiler/mlir/tosa/tests/tfl-to-tosa-pipeline.mlir

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: tf-opt --split-input-file --tfl-to-tosa-pipeline --verify-each %s | FileCheck %s
2-
2+
// REQUIRES: tf_tosa
33
// RUN: tf-opt --split-input-file --tf-tfl-to-tosa-pipeline --verify-each %s | FileCheck %s
4-
4+
// REQUIRES: tf_tosa
55

66
// Operations for testing tfl-to-tosa-pipeline
77

tensorflow/compiler/mlir/tosa/tests/tfl-unequal-ranks.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: tf-opt --split-input-file --tfl-to-tosa-pipeline --verify-each %s | FileCheck %s
2-
2+
// REQUIRES: tf_tosa
33
// Test tf legalization that produce TOSA ResultsBroadcastableShape operators with unequal ranks
44

55
// -----

0 commit comments

Comments
 (0)