Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnsureIsCopied (0.1 sec)

  1. tensorflow/compiler/jit/resource_operation_safety_analysis.cc

        CHECK(!frozen_);
        if (!IsCopy() && Contains(resource_op)) {
          // We can avoid the copy if the item we want to insert already exists.
          return;
        }
    
        EnsureIsCopied();
        impl_->insert(resource_op);
      }
    
      Impl::const_iterator begin() const {
        return impl_ ? impl_->begin() : GetEmptyImpl()->begin();
      }
    
      Impl::const_iterator end() const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 11:36:41 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top