Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for decreasing (0.32 sec)

  1. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    grey Colour as the Powder had done before. But by laying the Paper where the Sun shines through the Glass of the Window, or by shutting the Window that the Sun might shine through the Glass upon the Powder, and by such other fit Means of increasing or decreasing the Lights wherewith the Powder and Paper were illuminated, the Light wherewith the Powder is illuminated may be made stronger in such a due Proportion than the Light wherewith the Paper is illuminated, that they shall both appear exactly...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  2. pkg/apis/batch/validation/validation_test.go

    			wantTotal:     0,
    			wantError:     errors.New(`too large index: "5"`),
    		},
    		"invalid due to non-increasing order of intervals": {
    			indexesString: "1-3,0,5",
    			completions:   6,
    			wantTotal:     0,
    			wantError:     errors.New(`non-increasing order, previous: 3, current: 0`),
    		},
    		"invalid due to non-increasing order between intervals": {
    			indexesString: "0,0,5",
    			completions:   6,
    			wantTotal:     0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  3. cmd/bucket-replication.go

    		case "slow":
    			replLogOnceIf(GlobalContext, fmt.Errorf("Unable to keep up with incoming traffic - we recommend increasing replication priority with `mc admin config set api replication_priority=auto`"), string(replicationSubsystem), logger.WarningKind)
    		default:
    			maxWorkers = min(maxWorkers, WorkerMaxLimit)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    // 4 conditions below are checked to filter out cases where `transpose` and
    // `slice` are required for conversion to `tfl.gather_nd`.
    // Condition 1 - `start_index_map` should be an increasing sequence starting
    // from 0 with step 1.
    // Condition 2 - `index_vector_dim` should be the last dimension of
    // `start_indices`.
    // Condition 3 - `offset_dims` should be the last dimensions of `output`.
    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. cmd/admin-handlers.go

    	return isAllowedAccess(bucketName)
    }
    
    // ObjectSpeedTestHandler - reports maximum speed of a cluster by performing PUT and
    // GET operations on the server, supports auto tuning by default by automatically
    // increasing concurrency and stopping when we have reached the limits on the
    // system.
    func (a adminAPIHandlers) ObjectSpeedTestHandler(w http.ResponseWriter, r *http.Request) {
    	ctx, cancel := context.WithCancel(r.Context())
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    		t.Errorf("Unexpected error without the 'object is being deleted:' in message: %v", err)
    	}
    }
    
    // sequentialNameGenerator generates names by appending a monotonically-increasing integer to the base.
    type sequentialNameGenerator struct {
    	seq int
    }
    
    func (m *sequentialNameGenerator) GenerateName(base string) string {
    	generated := fmt.Sprintf("%s%d", base, m.seq)
    	m.seq++
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

    // dimensions are added as prefix.
    bool IsTFStyleBroadcast(DenseIntElementsAttr broadcast_dimensions,
                            Value output) {
      // broadcast_dimensions is an increasing list by definition, thus it suffices
      // to check the first element.
      int64_t input_rank = broadcast_dimensions.getNumElements();
      int64_t output_rank = mlir::cast<ShapedType>(output.getType()).getRank();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  8. pkg/controller/statefulset/stateful_set_control_test.go

    		t.Fatalf("expectedMinParallelRequests should be between 2 and %v. Batch size of the controller is expontially increasing until 500. "+
    			"Got expectedMinParallelRequests %v, ", maxParallelRequests, expectedMinParallelRequests)
    	}
    	client := fake.NewSimpleClientset(set)
    	om, _, ssc := setupController(client)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  9. doc/go1.17_spec.html

    Group       = "(" Expression ")" .
    Option      = "[" Expression "]" .
    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    operators, in increasing precedence:
    </p>
    <pre class="grammar">
    |   alternation
    ()  grouping
    []  option (0 or 1 times)
    {}  repetition (0 to n times)
    </pre>
    
    <p>
    Lower-case production names are used to identify lexical tokens.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    				// are needed.
    				if mark != p.Mark {
    					bflag = 1
    					p.Mark = mark
    				}
    
    				// Check for 16 or 32B crossing of this prefixed insn.
    				// These do no require padding, but do require increasing
    				// the function alignment to prevent them from potentially
    				// crossing a 64B boundary when the linker assigns the final
    				// PC.
    				switch p.Pc & 31 {
    				case 28: // 32B crossing
    					falign = 64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top