Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LoggingHooksTest (0.31 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/logging_hooks_test.cc

    using mlir::func::FuncOp;
    
    std::string TestDataPath() {
      return tensorflow::GetDataDependencyFilepath(
          "tensorflow/compiler/mlir/tf2xla/internal/testdata/");
    }
    
    class LoggingHooksTest : public ::testing::Test {
     public:
      LoggingHooksTest() {
        mlir::RegisterCommonToolingDialects(registry_);
        context_.appendDialectRegistry(registry_);
        context_.loadAllAvailableDialects();
        env_ = Env::Default();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Apr 14 20:29:34 UTC 2024
    - 3.6K bytes
    - Viewed (0)
Back to top