Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SessionClusterTensorflowDialectTest (0.19 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf_test.cc

    std::string TestDataPath() {
      return tensorflow::GetDataDependencyFilepath(
          "tensorflow/compiler/mlir/tf2xla/api/v1/testdata/");
    }
    
    class SessionClusterTensorflowDialectTest : public ::testing::Test {
     public:
      SessionClusterTensorflowDialectTest() {
        mlir::RegisterCommonToolingDialects(registry_);
        context_.appendDialectRegistry(registry_);
        context_.loadAllAvailableDialects();
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:44:37 UTC 2024
    - 4.1K bytes
    - Viewed (0)
Back to top