Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for is_xla_compile_attr_true_ (0.16 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

          << "AreDevicesCompatible should have returned false otherwise!";
    
      if (!resource_op_device_.has_value()) {
        resource_op_device_ = other->resource_op_device_;
      }
    
      is_xla_compile_attr_true_ |= other->is_xla_compile_attr_true_;
    
      if (!xla_scope_.has_value()) {
        xla_scope_ = std::move(other->xla_scope_);
      }
    
      resource_var_operation_node_ids_.reserve(
          resource_var_operation_node_ids_.size() +
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top