Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for fallback_disabled (0.36 sec)

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

                                         mlir::TF::kMlirPh1BridgeCounterV1,
                                         mlir::TF::kMlirPh1BridgeCounterTpu,
                                         "fallback_disabled", "success"),
                1);
    }
    
    TEST_F(SessionClusterTensorflowDialectTest, FailsWithMultipleSubmodules) {
      CellReader<int64_t> compilation_status(kCompilationStreamz);
    
    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/v2/cluster_tf_test.cc

                                         mlir::TF::kMlirPh1BridgeCounterV2,
                                         mlir::TF::kMlirPh1BridgeCounterTpu,
                                         "fallback_disabled", "success"),
                1);
    }
    
    TEST_F(FunctionClusterTensorflowDialectTest,
           RunsOutsideCompilationReplicatedBridge) {
      CellReader<int64_t> compilation_status(kCompilationStreamz);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:44:37 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/lower_cluster_to_runtime_ops_test.cc

      EXPECT_EQ(
          compilation_status.Delta(mlir::TF::kMlirPh1BridgeCounterReplicated,
                                   mlir::TF::kMlirPh1BridgeCounterV2, "XLA_TPU_JIT",
                                   "fallback_disabled", "failure"),
          1);
    }
    
    TEST_F(LowerClusterToRuntimeOpsTest, DumpsPipelinePasses) {
      std::vector<std::string> files;
      TF_ASSERT_OK(env_->GetChildren(test_dir_, &files));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:44:37 UTC 2024
    - 6.5K bytes
    - Viewed (0)
Back to top