Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MatMulTestCase (0.12 sec)

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

              kMatMulModuleStr,
              ConfigProto::Experimental::MLIR_BRIDGE_ROLLOUT_UNSPECIFIED));
    }
    
    struct MatMulTestCase {
      std::string mat_mul_method;
    };
    
    using BatchMatMulTest = TestWithParam<MatMulTestCase>;
    
    TEST_P(BatchMatMulTest, BatchMatMul) {
      const MatMulTestCase& test_case = GetParam();
      static constexpr char kMatMulModuleStr[] = R"(
    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