Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsOpTypeAllowedTf2XlaPreferred (0.32 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config.cc

    /// List of ops that should use XlaOpKernel legalization only in the case of
    /// prefer_tf2xla. All other ops not in this list should use MLIR legalization
    /// only or not be legalized by the new bridge.
    bool IsOpTypeAllowedTf2XlaPreferred(const TypeID& type_id) {
      // Use a pointer for the static set, so the set is not destructed upon thread
      // end, which would not be thread safe.
      // clang-format off
      static auto* ops =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 21.7K bytes
    - Viewed (0)
Back to top