Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 380 for hard (0.53 sec)

  1. pkg/scheduler/framework/plugins/interpodaffinity/scoring.go

    	// here we don't lookup the existing pod's namespace labels, hence passing nil for nsLabels.
    	topoScore.processTerms(state.podInfo.PreferredAntiAffinityTerms, existingPod.Pod, nil, existingPodNode, -1)
    
    	// For every hard pod affinity term of <existingPod>, if <pod> matches the term,
    	// increment <p.counts> for every node in the cluster with the same <term.TopologyKey>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 03:30:06 UTC 2023
    - 10.5K bytes
    - Viewed (0)
  2. internal/hash/reader.go

    // callers to indicate if they want to disable md5sum checksum.
    func NewReaderWithOpts(ctx context.Context, src io.Reader, opts Options) (*Reader, error) {
    	// return hard limited reader
    	return newReader(ctx, src, opts.Size, opts.MD5Hex, opts.SHA256Hex, opts.ActualSize, opts.DisableMD5, opts.ForceMD5)
    }
    
    // NewReader returns a new Reader that wraps src and computes
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Sep 18 17:00:54 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  3. src/runtime/runtime.go

    const minTimeForTicksPerSecond = 5_000_000*(1-osHasLowResClockInt) + 100_000_000*osHasLowResClockInt
    
    // ticksPerSecond returns a conversion rate between the cputicks clock and the nanotime clock.
    //
    // Note: Clocks are hard. Using this as an actual conversion rate for timestamps is ill-advised
    // and should be avoided when possible. Use only for durations, where a tiny error term isn't going
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:47 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  4. subprojects/core/src/main/java/org/gradle/initialization/MixInLegacyTypesClassLoader.java

                        Type.getMethodDescriptor(Type.getType(String.class)), null, null);
                    mv.visitCode();
                    // accommodate cases where the RHS of the String constant is a method, not a hard-coded String
                    mv.visitFieldInsn(Opcodes.GETSTATIC, className, constant.getValue(), Type.getDescriptor(String.class));
                    mv.visitInsn(Opcodes.ARETURN);
                    mv.visitMaxs(1, 0);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 17K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

        // Load the MLIR module.
        source_mgr->AddNewSourceBuffer(std::move(*file_or_err), llvm::SMLoc());
        return mlir::parseSourceFile<mlir::ModuleOp>(*source_mgr, context);
      }
    
      // TODO(pulkitb): Remove hard-coded tag.
      std::unordered_set<std::string> tags({"serve"});
      std::vector<std::string> exported_names_in_vector =
          absl::StrSplit(exported_model_signatures, ',');
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/mips/obj0.go

    	 * expand RET
    	 * expand BECOME pseudo
    	 */
    
    	for p := c.cursym.Func().Text; p != nil; p = p.Link {
    		switch p.As {
    		/* too hard, just leave alone */
    		case obj.ATEXT:
    			p.Mark |= LABEL | LEAF | SYNC
    			if p.Link != nil {
    				p.Link.Mark |= LABEL
    			}
    
    		/* too hard, just leave alone */
    		case AMOVW,
    			AMOVV:
    			if p.To.Type == obj.TYPE_REG && p.To.Reg >= REG_SPECIAL {
    				p.Mark |= LABEL | SYNC
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:28:53 UTC 2023
    - 30.6K bytes
    - Viewed (0)
  7. platforms/core-configuration/dependency-management-serialization-codecs/src/main/kotlin/org/gradle/internal/serialize/codecs/dm/LocalFileDependencyBackedArtifactSetCodec.kt

            }
        }
    
        private
        suspend fun WriteContext.encode(value: DefaultLocalFileDependencyBackedArtifactSet) {
            // TODO - When the set of files is fixed (eg `gradleApi()` or some hard-coded list of files):
            //   - calculate the attributes for each of the files eagerly rather than writing the mappings
            //   - when the selector would not apply a transform, then write only the files and nothing else
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 04 18:56:44 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/native/swift_testing.adoc

    This means that it a given test class is executed by multiple test tasks, then the test report will include executions of that class, but it can be hard to distinguish individual executions of that class and their output....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/loopclosure/loopclosure.go

    		}
    
    		// Inspect statements to find function literals that may be run outside of
    		// the current loop iteration.
    		//
    		// For go, defer, and errgroup.Group.Go, we ignore all but the last
    		// statement, because it's hard to prove go isn't followed by wait, or
    		// defer by return. "Last" is defined recursively.
    		//
    		// TODO: consider allowing the "last" go/defer/Go statement to be followed by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  10. tools/istio-iptables/pkg/dependencies/implementation_linux.go

    		// so the passwd lookup doesn't need to succeed at all for Istio to function.
    		// Effectively, we want a mini-container. In fact, running in a real container would be ideal but it is hard to do portably.
    		// See https://github.com/istio/istio/issues/48416 for a real world example of this case.
    		if err := mount("/dev/null", "/etc/nsswitch.conf"); err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 20:49:10 UTC 2024
    - 12K bytes
    - Viewed (0)
Back to top