File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
tensorflow/compiler/mlir/tosa/tests Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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// -----
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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// -----
You can’t perform that action at this time.
0 commit comments