Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for kMlirModuleStr (0.1 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf_test.cc

    static const char kMlirCombinedOldSuccess[] = "kMlirCombinedOldSuccess";
    static const char kMlirCombinedOldFailure[] = "kMlirCombinedOldFailure";
    
    static constexpr char kMlirModuleStr[] = R"(
      module attributes {tf.versions = {bad_consumers = [], min_consumer = 0 : i32, producer = 268 : i32}} {
      func.func @main() -> () {
        func.return
      }
    })";
    
    // MLIR which should not legalize at all
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 16.1K bytes
    - Viewed (0)
Back to top