Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 169 for Unbounded (0.14 sec)

  1. src/math/log1p.go

    //               = 2s + s*R
    //      We use a special Reme algorithm on [0,0.1716] to generate
    //      a polynomial of degree 14 to approximate R The maximum error
    //      of this polynomial approximation is bounded by 2**-58.45. In
    //      other words,
    //                      2      4      6      8      10      12      14
    //          R(z) ~ Lp1*s +Lp2*s +Lp3*s +Lp4*s +Lp5*s  +Lp6*s  +Lp7*s
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 11:59:09 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/mark_ops_for_outside_compilation.cc

      };
    
      supported_ops->insert(allowlist_ops.begin(), allowlist_ops.end());
    }
    
    // Adds the list of ops that are only supported in the old bridge.
    // TODO(b/168036682): Remove bounded dynamism ops now that MLIR bridge supports
    // bounded dynamism.
    // TODO(b/257574556): Remove the need for this manual list by making use of old
    // bridge phase 2 op list.
    void AddOldBridgeOnlyOps(MLIRContext* context,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.4K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/util/concurrent/SimpleTimeLimiter.java

        this.executor = checkNotNull(executor);
      }
    
      /**
       * Creates a TimeLimiter instance using the given executor service to execute method calls.
       *
       * <p><b>Warning:</b> using a bounded executor may be counterproductive! If the thread pool fills
       * up, any time callers spend waiting for a thread may count toward their time limit, and in this
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 27 14:21:11 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/aes/aes_extended_nonce.go

    	// entries to the cache for up to this TTL before the GC logic starts deleting old entries.  Each
    	// entry is ~300 bytes in size, so even a malicious client will be bounded in the overall memory
    	// it can consume.
    	cacheTTL = 10 * time.Minute
    
    	derivedKeySizeExtendedNonceGCM = commonSize
    	infoSizeExtendedNonceGCM
    	MinSeedSizeExtendedNonceGCM
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jul 21 19:25:52 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_metadata_utils.cc

            index, replication_attr_name);
        arg->set_is_same_data_across_replicas(attr != nullptr && attr.getValue());
    
        // Currently only support first dimension to be bounded dynamic.
        arg->mutable_is_bounded_dynamic_dim()->Add(
            dynamic_arg_idx_set.contains(index));
      }
    
      return success();
    }
    
    // Populates a TPUCompileMetadataProto with result sharding from a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/audit/request.go

    	ae := AuditEventFrom(ctx)
    	if ae == nil || ae.Level.Less(auditinternal.LevelMetadata) {
    		return
    	}
    	if status, ok := obj.(*metav1.Status); ok {
    		// selectively copy the bounded fields.
    		ae.ResponseStatus = &metav1.Status{
    			Status:  status.Status,
    			Message: status.Message,
    			Reason:  status.Reason,
    			Details: status.Details,
    			Code:    status.Code,
    		}
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jul 03 16:16:51 UTC 2023
    - 9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/utils/attribute_utils.h

    // `TPUBridgeExecutorIslandOutlining` pass.
    inline constexpr llvm::StringRef kSkipIslandOutlining =
        "_skip_island_outlining";
    // Function attribute to signal which argument contains bounded dynamic
    // dimension.
    inline constexpr llvm::StringRef kDynamicArgIndexAttr = "_dynamic_arg_index";
    
    // This string attribute encodes parallel execution groups and their associated
    // branches. It has the following format:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  8. src/vendor/golang.org/x/net/http2/hpack/encode.go

    		return j + uint64(staticTable.len()), nameValueMatch
    	}
    
    	return i, false
    }
    
    // SetMaxDynamicTableSize changes the dynamic header table size to v.
    // The actual size is bounded by the value passed to
    // SetMaxDynamicTableSizeLimit.
    func (e *Encoder) SetMaxDynamicTableSize(v uint32) {
    	if v > e.maxSizeLimit {
    		v = e.maxSizeLimit
    	}
    	if v < e.minSize {
    		e.minSize = v
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 7.1K bytes
    - Viewed (0)
  9. android/guava-tests/benchmark/com/google/common/util/concurrent/MonitorBasedArrayBlockingQueue.java

    import java.util.Iterator;
    import java.util.NoSuchElementException;
    import java.util.concurrent.BlockingQueue;
    import java.util.concurrent.TimeUnit;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A bounded {@linkplain BlockingQueue blocking queue} backed by an array. This queue orders
     * elements FIFO (first-in-first-out). The head of the queue is that element that has been
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 19 19:24:36 UTC 2023
    - 22.5K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssagen/ssa.go

    // Returns idx converted to full int width.
    // If bounded is true then caller guarantees the index is not out of bounds
    // (but boundsCheck will still extend the index to full int width).
    func (s *state) boundsCheck(idx, len *ssa.Value, kind ssa.BoundsKind, bounded bool) *ssa.Value {
    	idx = s.extendIndex(idx, len, kind, bounded)
    
    	if bounded || base.Flag.B != 0 {
    		// If bounded or bounds checking is flag-disabled, then no check necessary,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top