Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for calculations (0.24 sec)

  1. CHANGELOG/CHANGELOG-1.4.md

    * Fix kube vsphere.kerneltime ([#34997](https://github.com/kubernetes/kubernetes/pull/34997), [@kerneltime](https://github.com/kerneltime))
    * HPA: fixed wrong count for target replicas calculations ([#34821](https://github.com/kubernetes/kubernetes/pull/34821)). ([#34955](https://github.com/kubernetes/kubernetes/pull/34955), [@jszczepkowski](https://github.com/jszczepkowski))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.5.md

    * Updated Go to 1.7 ([#28742](https://github.com/kubernetes/kubernetes/pull/28742), [@jessfraz](https://github.com/jessfraz))
    * HPA: fixed wrong count for target replicas calculations ([#34821](https://github.com/kubernetes/kubernetes/pull/34821)). ([#34955](https://github.com/kubernetes/kubernetes/pull/34955), [@jszczepkowski](https://github.com/jszczepkowski))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (1)
  3. src/cmd/link/internal/ld/data.go

    //
    // The same applies to Darwin/ARM64, with 2^27 byte threshold.
    //
    // Similarly for ARM, we split sections (at 2^25 bytes) to avoid
    // inconsistencies between the Go linker's reachability calculations
    // (e.g. will direct call from X to Y need a trampoline) and similar
    // machinery in the external linker; see #58425 for more on the
    // history here.
    func splitTextSections(ctxt *Link) bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

              /*depthwise_multiplier=*/rewriter.getI32IntegerAttr(multiplier));
        } else if (is_transpose_conv) {
          // TODO: b/326332748 - For forward convolution in transpose_conv,
          // IsSamePadding calculation may need to be updated.
          // Reference: https://arxiv.org/pdf/1603.07285.pdf
          // Section 4.6 > Relationship 13 states `stride_dim = dilation + 1`.
          rewriter.replaceOpWithNewOp<TFL::TransposeConvOp>(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

              class ElementValueT = typename AttrElementT::ValueType,
              class CalculationT =
                  llvm::function_ref<ElementValueT(ElementValueT, ElementValueT)>>
    Attribute ConstFoldBinaryOpDenseDense(Type result_type, DenseElementsAttr lhs,
                                          DenseElementsAttr rhs,
                                          const CalculationT& calculate) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  6. pkg/controller/podautoscaler/horizontal_test.go

    			expectedReplicas:             100, // (100 + 30) - 10% = 117 is more then 100 (currentReplicas), keep 100
    			expectedCondition:            "ScaleDownLimit",
    		},
    		{
    			// corner case, the same as above, but calculation shows that we should go below zero
    			name:                         "scaleDown with with previous events still allowing more scale down",
    			scaleDownEvents:              generateEventsUniformDistribution([]int{10, 10, 10}, 120),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

              <version>4.0.0+</version>
              <description>
                Indicates the dependency is optional for use of this library. While the
                version of the dependency will be taken into account for dependency calculation if the
                library is used elsewhere, it will not be passed on transitively. Note: While the type
                of this field is {@code String} for technical reasons, the semantic type is actually
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  8. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    but after various manners; all which, so far as I have yet observed, follow from the Propositions in the end of the third part of this Book, and so conspire to confirm the truth of those Propositions. But the Phænomena are too various, and the Calculations whereby they follow from those Propositions too intricate to be here prosecuted. I content my self with having prosecuted this kind of Phænomena so far as to discover their Cause, and by discovering it to ratify the Propositions in the third Part...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  9. cmd/bucket-replication.go

    		}
    		return
    	}
    	defer gr.Close()
    
    	objInfo := gr.ObjInfo
    
    	// make sure we have the latest metadata for metrics calculation
    	rinfo.PrevReplicationStatus = objInfo.TargetReplicationStatus(tgt.ARN)
    
    	// Set the encrypted size for SSE-C objects
    	var size int64
    	if crypto.SSEC.IsEncrypted(objInfo.UserDefined) {
    		size = objInfo.Size
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

    // `shrink_axis_mask` is not zero, this function will not drop the corresponding
    // dimensions in `input_shape`; it will turn them into 1s. At the same time,
    // canonicalizes `begin`, `end`, and `strides. The calculation follows
    // tf.StridedSlice op semantics.
    static void CalculateSlicedShapeFromDenseIndices(
        MutableArrayRef<int64_t> input_shape, int32_t begin_mask, int32_t end_mask,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top