Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for kMlirPh1BridgeCounterNonTpu (0.3 sec)

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

      EXPECT_EQ(
          compilation_status.Delta(mlir::TF::kMlirPh1BridgeCounterNonReplicated,
                                   mlir::TF::kMlirPh1BridgeCounterV2,
                                   mlir::TF::kMlirPh1BridgeCounterNonTpu,
                                   "fallback_disabled", "success"),
          1);
    }
    
    TEST_F(FunctionClusterTensorflowDialectTest, LogsFallbackMode) {
      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)
  2. tensorflow/compiler/mlir/tf2xla/api/v2/cluster_tf.cc

      std::string device_type = is_supported_by_replicated_brige
                                    ? mlir::TF::kMlirPh1BridgeCounterTpu
                                    : mlir::TF::kMlirPh1BridgeCounterNonTpu;
    
      VLOG(2)
          << (is_supported_by_replicated_brige ? "Replicated" : "NonReplicated")
          << " Bridge called stack trace is "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:25:18 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/utils/attribute_utils.h

    inline const char kMlirPh1BridgeCounterV1[] = "v1";
    inline const char kMlirPh1BridgeCounterV2[] = "v2";
    inline const char kMlirPh1BridgeCounterTpu[] = "tpu";
    inline const char kMlirPh1BridgeCounterNonTpu[] = "cpu/gpu";
    inline const char kXlaOutsideCompilation[] = "_xla_outside_compilation";
    
    // Copies attributes that satisfy the given predicate from `from` to `to`.
    template <typename Predicate>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top