Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UnionWith (0.09 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      cluster_size_ += other->cluster_size_;
      effective_cluster_size_ += other->effective_cluster_size_;
      has_functional_control_flow_ |= other->has_functional_control_flow_;
    
      devices_.UnionWith(other->devices_);
    
      DCHECK(!(resource_op_device_.has_value() &&
               other->resource_op_device_.has_value()) ||
             *resource_op_device_ == *other->resource_op_device_)
    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