Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 2,203 for aranges (0.6 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/steps/ResolveInputChangesStep.java

                return null;
            }
            ExecutionStateChanges changes = context.getChanges()
                .orElseThrow(() -> new IllegalStateException("Changes are not tracked, unable determine incremental changes."));
            InputChangesInternal inputChanges = changes.createInputChanges();
            if (!inputChanges.isIncremental()) {
                LOGGER.info("The input changes require a full rebuild for incremental {}.", work.getDisplayName());
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:13:50 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  2. src/cmd/trace/goroutines.go

    			{{end}}
    			</div>
    		</td>
    		{{$Goroutine := .}}
    		{{range $.NonOverlappingStats}}
    			{{$Time := index $Goroutine.NonOverlappingStats .}}
    			<td> {{$Time.String}}</td>
    		{{end}}
    	</tr>
    {{end}}
    </table>
    
    <h3 id="ranges">Special ranges</h3>
    
    The table below describes how much of the traced period each goroutine spent in
    certain special time ranges.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/quantization_options.proto

        // conversion, then dequantized during inference.
        // Activation: f32, Weight: qi8, Bias: f32
        WEIGHT_ONLY = 1;
    
        // Apply default dynamic range quantization. Quantized tensor value's
        // ranges are determined during graph runtime.
        // Activation: f32, Weight: qi8, Bias: f32
        POST_TRAINING_QUANTIZATION_DYNAMIC_RANGE = 2;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 22 02:20:05 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    			panic(e)
    		}
    	}()
    
    	// Run with no changes and all changes, to figure out which direction we're searching.
    	// The goal is to find the minimal set of changes to toggle
    	// starting with the state where everything works.
    	// If "no changes" succeeds and "all changes" fails,
    	// we're looking for a minimal set of changes to enable to provoke the failure
    	// (broken = runY, b.Negate = false)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  5. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/changes/IncrementalInputChanges.java

    public class IncrementalInputChanges implements InputChangesInternal {
    
        private final InputFileChanges changes;
        private final IncrementalInputProperties incrementalInputProperties;
    
        public IncrementalInputChanges(InputFileChanges changes, IncrementalInputProperties incrementalInputProperties) {
            this.changes = changes;
            this.incrementalInputProperties = incrementalInputProperties;
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  6. CONTRIBUTING.md

    $ git fetch upstream
    $ git merge upstream/master
    ...
    ```
    
    ### Create your feature branch
    
    Before making code changes, make sure you create a separate branch for these changes
    
    ```
    git checkout -b my-new-feature
    ```
    
    ### Test MinIO server changes
    
    After your code changes, make sure
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Feb 12 00:51:25 UTC 2022
    - 2.8K bytes
    - Viewed (0)
  7. subprojects/core/src/test/groovy/org/gradle/internal/fingerprint/impl/AbsolutePathFileCollectionFingerprinterTest.groovy

    import org.gradle.api.file.FileCollection
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.internal.execution.history.changes.AbsolutePathFingerprintCompareStrategy
    import org.gradle.internal.execution.history.changes.ChangeTypeInternal
    import org.gradle.internal.execution.history.changes.DefaultFileChange
    import org.gradle.internal.fingerprint.DirectorySensitivity
    import org.gradle.internal.fingerprint.FileCollectionFingerprint
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 20 16:00:23 UTC 2022
    - 9.9K bytes
    - Viewed (0)
  8. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/IncrementalInputsIntegrationTest.groovy

                    @OutputFile
                    abstract RegularFileProperty getOutputFile()
    
                    @Override
                    void execute(InputChanges changes) {
                        super.execute(changes)
                        assert !changes.incremental
                    }
                }
    
                task withNonIncrementalInput(type: WithNonIncrementalInput) {
                    inputDir = file("inputs")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 23 12:52:29 UTC 2022
    - 27.8K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/listener_inbound.go

    func listenerPredicateExcludePorts(ports []int) *listener.ListenerFilterChainMatchPredicate {
    	ranges := []*listener.ListenerFilterChainMatchPredicate{}
    	for _, p := range ports {
    		ranges = append(ranges, &listener.ListenerFilterChainMatchPredicate{Rule: &listener.ListenerFilterChainMatchPredicate_DestinationPortRange{
    			// Range is [start, end)
    			DestinationPortRange: &envoytype.Int32Range{
    				Start: int32(p),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/capmanagers_test.go

    				entry("ancient-changes", "v2", 7, set("b", "g")),
    				entry("update-manager8", "v3", 8, set("h")),
    			},
    			expected: []metav1.ManagedFieldsEntry{
    				entry("ancient-changes", "v1", 5, set("a", "c", "d", "e")),
    				entry("ancient-changes", "v2", 7, set("b", "g")),
    				entry("ancient-changes", "v3", 8, set("f", "h")),
    			},
    		}, {
    			name: "four versions, two ancient changes",
    			input: []metav1.ManagedFieldsEntry{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 10.1K bytes
    - Viewed (0)
Back to top