Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for unbounded (0.33 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      if (auto input_ty = mlir::dyn_cast<RankedTensorType>(old_arg_type)) {
        ArrayRef<int64_t> bounds = hlo::encodingToBounds(input_ty.getEncoding());
        // The input type has bounded dynamic dimension.
        if (!bounds.empty()) {
          SmallVector<int64_t> new_bounds(bounds.begin(), bounds.end());
          SmallVector<int64_t> new_shape(shape.begin(), shape.end());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    * Check if pathExists before performing Unmount ([#39311](https://github.com/kubernetes/kubernetes/pull/39311), [@rkouj](https://github.com/rkouj))
    * Unmount operation should not fail if volume is already unmounted ([#38547](https://github.com/kubernetes/kubernetes/pull/38547), [@rkouj](https://github.com/rkouj))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  3. pkg/proxy/ipvs/proxier_test.go

    	}
    
    	// delete multi-port service3
    	fp.OnServiceDelete(service3)
    	fp.syncProxyRules()
    	remainingAddrs, _ = fp.netlinkHandle.ListBindAddress(defaultDummyDevice)
    	// all addresses should be unbound
    	if len(remainingAddrs) != 0 {
    		t.Errorf("Expected number of remaining bound addrs after cleanup to be %v. Got %v", 0, len(remainingAddrs))
    	}
    }
    
    func Test_getFirstColumn(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  4. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    green, blue and violet, and every part of the Light retained its proper Colour, until it was incident on the Paper, and became reflected thence to the Eye; so that if it had been either alone (the rest of the Light being intercepted) or if it had abounded most, and been predominant in the Light reflected from the Paper, it would have tinged the Paper with its own Colour; and yet being mixed with the rest of the Colours in a due proportion, it made the Paper look white, and therefore by a Composition...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top