Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOutputPath (0.15 sec)

  1. tensorflow/compiler/mlir/lite/debug/debug_test.cc

    using ::testing::IsEmpty;
    using ::testing::Not;
    using namespace tensorflow::debug_test;
    
    class InitPassManagerTest : public testing::Test {
     protected:
      InitPassManagerTest()
          : path_(GetOutputPath()), context_([]() {
              mlir::registerPassManagerCLOptions();
              mlir::DialectRegistry registry;
              registry.insert<mlir::BuiltinDialect>();
              registry.insert<mlir::arith::ArithDialect>();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 11:15:16 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top