Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 88 for told (0.05 sec)

  1. src/runtime/mheap.go

    	// The next arena is populated as the spans request
    	// memory to hold gcmarkBits for the next GC cycle as well
    	// as allocBits for newly allocated spans.
    	//
    	// The pointer arithmetic is done "by hand" instead of using
    	// arrays to avoid bounds checks along critical performance
    	// paths.
    	// The sweep will free the old allocBits and set allocBits to the
    	// gcmarkBits. The gcmarkBits are replaced with a fresh zeroed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.h

    // The elements of `dims` will point to addresses in `storage` which must be
    // large enough to hold at least `storage_size` int64_ts.  Ideally, `num_shapes`
    // would be set to TF_AttrMetadata.list_size and `storage_size` would be set to
    // TF_AttrMetadata.total_size from TF_OperationGetAttrMetadata(oper,
    // attr_name).
    //
    // Fails if storage_size is insufficient to hold the requested shapes.
    TF_CAPI_EXPORT extern void TF_OperationGetAttrShapeList(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Sets.java

        HashSet<E> set = newHashSet();
        Iterators.addAll(set, elements);
        return set;
      }
    
      /**
       * Returns a new hash set using the smallest initial table size that can hold {@code expectedSize}
       * elements without resizing. Note that this is not what {@link HashSet#HashSet(int)} does, but it
       * is what most users want and expect it to do.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 01 16:15:01 UTC 2024
    - 78.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      // because of (2).
      //
      // TODO(b/113100872): This can be fixed if the TensorFlow representation for
      // TensorArray and Stack on the XLA_{C|G}PU devices were the same in XLA; then
      // (2) would no longer hold.
    
      if (n.assigned_device_name().empty()) {
        *ignore = false;
        return absl::OkStatus();
      }
    
      TF_ASSIGN_OR_RETURN(
          const XlaOpRegistry::DeviceRegistration* registration,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  5. configure.py

        # Enable MMA Dynamic Dispatch support if 'gcc' and if linker >= 2.35
        gcc_env = get_gcc_compiler(environ_cp)
        if gcc_env is not None:
    
          # Use gold linker if 'gcc' and if 'ppc64le'
          write_to_bazelrc('build --linkopt="-fuse-ld=gold"')
    
          # Get the linker version
          ld_version = run_shell([gcc_env, '-Wl,-version']).split()
    
          ld_version_int = convert_version_to_int(ld_version[3])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (1)
  6. src/cmd/compile/internal/ssa/regalloc.go

    		s.orig = append(s.orig, nil)
    	}
    	if s.orig[c.ID] != nil {
    		s.f.Fatalf("orig value set twice %s %s", c, v)
    	}
    	s.orig[c.ID] = s.orig[v.ID]
    }
    
    // assignReg assigns register r to hold c, a copy of v.
    // r must be unused.
    func (s *regAllocState) assignReg(r register, v *Value, c *Value) {
    	if s.f.pass.debug > regDebug {
    		fmt.Printf("assignReg %s %s/%s\n", &s.registers[r], v, c)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  7. src/runtime/mgcscavenge.go

    	// See sleepRatio for more details.
    	sleepController piController
    
    	// controllerCooldown is the time left in nanoseconds during which we avoid
    	// using the controller and we hold sleepRatio at a conservative
    	// value. Used if the controller's assumptions fail to hold.
    	controllerCooldown int64
    
    	// sleepStub is a stub used for testing to avoid actually having
    	// the scavenger sleep.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    Gradle uses its own optimized serialization mechanism and format to store the configuration cache entries.
    It automatically serializes the state of arbitrary object graphs.
    If your tasks hold references to objects with simple state or of supported types you don't have anything to do to support the serialization.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ppc64/ssa.go

    		ctr := v.AuxInt / 64
    
    		// Remainder bytes
    		rem := v.AuxInt % 64
    
    		// Only generate a loop if there is more
    		// than 1 iteration.
    		if ctr > 1 {
    			// Set up VS32 (V0) to hold 0s
    			p := s.Prog(ppc64.AXXLXOR)
    			p.From.Type = obj.TYPE_REG
    			p.From.Reg = ppc64.REG_VS32
    			p.To.Type = obj.TYPE_REG
    			p.To.Reg = ppc64.REG_VS32
    			p.Reg = ppc64.REG_VS32
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/ARM.rules

    (PanicExtend [kind] hi lo y mem) && boundsABI(kind) == 2 => (LoweredPanicExtendC [kind] hi lo y mem)
    
    // Optimizations
    
    // fold offset into address
    (ADDconst [off1] (MOVWaddr [off2] {sym} ptr)) => (MOVWaddr [off1+off2] {sym} ptr)
    (SUBconst [off1] (MOVWaddr [off2] {sym} ptr)) => (MOVWaddr [off2-off1] {sym} ptr)
    
    // fold address into load/store
    (MOVBload [off1] {sym} (ADDconst [off2] ptr) mem) => (MOVBload [off1+off2] {sym} ptr mem)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
Back to top