Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RunSessionTf2xlaClusteringBridge (0.18 sec)

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

    };
    
    TEST_F(SessionClusterTensorflowDialectTest, ClustersTf) {
      CellReader<int64_t> compilation_status(kCompilationStreamz);
    
      TF_ASSERT_OK(CreateMlirModule("empty_func.mlir"));
    
      TF_EXPECT_OK(
          RunSessionTf2xlaClusteringBridge(*mlir_module_,
                                           /*is_in_fallback_enabled_mode=*/false));
      EXPECT_EQ(compilation_status.Delta(mlir::TF::kMlirPh1BridgeCounterReplicated,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:44:37 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf.cc

            /*error_prefix=*/"Bridge Errored running clustering pipeline:",
            is_in_fallback_enabled_mode, clustering_pipeline_status));
      }
    
      return absl::OkStatus();
    }
    
    tensorflow::Status RunSessionTf2xlaClusteringBridge(
        ModuleOp module, bool is_in_fallback_enabled_mode) {
      VLOG(2) << "TPU Sessions Bridge called stack trace is "
              << "(NOTE: this is not an error; rather the stack trace for "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:25:18 UTC 2024
    - 9.8K bytes
    - Viewed (0)
Back to top