Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 8,903 for usedBy (0.43 sec)

  1. releasenotes/notes/fix-42675.yaml

    # kind describes the type of change that this represents.
    # Valid Values are:
    # - bug-fix -- Used to specify that this change represents a bug fix.
    # - security-fix -- Used to specify that this change represents a vulnerability fix.
    # - feature -- Used to specify a new feature that has been added.
    # - test -- Used to describe additional testing added. This file is optional for
    #   tests, but included for completeness.
    kind: bug-fix
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jan 05 06:45:35 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/exported_model.proto

      // functions to the original functions' aliases. This information will be used
      // to populate `MetaInfoDef`s `function_aliases` when the quantized model is
      // exported to the saved model. This field is usually only populated for the
      // TF2 models.
      map<string, string> function_aliases = 6;
    
      // Holds information about the asset files used for the model. It essentially
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 03 06:12:59 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/mips/obj0.go

    			m = E_MEMSP
    		}
    
    		s.used.cc |= m
    
    	case C_SACON,
    		C_LACON:
    		cls = int(p.From.Reg)
    		if cls == 0 {
    			cls = REGSP
    		}
    		s.used.ireg |= 1 << uint(cls-REG_R0)
    
    	case C_SECON,
    		C_LECON:
    		s.used.ireg |= 1 << (REGSB - REG_R0)
    
    	case C_REG:
    		s.used.ireg |= 1 << uint(p.From.Reg-REG_R0)
    
    	case C_FREG:
    		s.used.freg |= 1 << uint(p.From.Reg-REG_F0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 21 19:28:53 UTC 2023
    - 30.6K bytes
    - Viewed (0)
  4. test/fixedbugs/issue19359.go

    	m := make(map[interface{}]interface{})
    	set(m, []int{1, 2, 3})
    	set(m, "abc") // used to throw
    	del(m, []int{1, 2, 3})
    	del(m, "abc") // used to throw
    
    	mi := make(map[interface{}]int)
    	addInt(mi, []int{1, 2, 3})
    	addInt(mi, "abc") // used to throw
    
    	ms := make(map[interface{}]string)
    	addStr(ms, []int{1, 2, 3})
    	addStr(ms, "abc") // used to throw
    
    	mia := make(map[interface{}][]int)
    	appendInt(mia, []int{1, 2, 3})
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 20 01:47:07 UTC 2018
    - 1.9K bytes
    - Viewed (0)
  5. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/PersistentCache.java

         */
        @Override
        File getBaseDir();
    
        /**
         * Creates an indexed cache implementation that is contained within this cache. This method may be used at any time.
         *
         * <p>The returned cache may only be used by an action being run from {@link #useCache(java.util.function.Supplier)}.
         * In this instance, an exclusive lock will be held on the cache.
         *
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 19 07:59:23 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  6. android/guava/src/com/google/common/base/Ascii.java

       * transmission, which may have contained one or more texts and any associated headings.
       *
       * @since 8.0
       */
      public static final byte EOT = 4;
    
      /**
       * Enquiry: A communication control character used in data communication systems as a request for
       * a response from a remote station. It may be used as a "Who Are You" (WRU) to obtain
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 19 15:43:07 UTC 2021
    - 21.6K bytes
    - Viewed (0)
  7. test/fixedbugs/bug337.go

    // license that can be found in the LICENSE file.
    
    // Issue 1722.
    
    // Check that the error messages says 
    //	bug337.go:16: len("foo") not used
    // and not
    //	bug337.go:16: 3 not used
    
    package main
    
    func main() {
    	len("foo")	// ERROR "len|value computed is not used"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 392 bytes
    - Viewed (0)
  8. pkg/volume/volume.go

    	// used, available space).
    	MetricsProvider
    }
    
    // MetricsProvider exposes metrics (e.g. used,available space) related to a
    // Volume.
    type MetricsProvider interface {
    	// GetMetrics returns the Metrics for the Volume. Maybe expensive for
    	// some implementations.
    	GetMetrics() (*Metrics, error)
    }
    
    // Metrics represents the used and available bytes of the Volume.
    type Metrics struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  9. plugin/pkg/admission/eventratelimit/apis/eventratelimit/types.go

    	// NamespaceLimitType is a type of limit where there is one bucket used by
    	// each namespace
    	NamespaceLimitType LimitType = "Namespace"
    	// UserLimitType is a type of limit where there is one bucket used by each
    	// user
    	UserLimitType LimitType = "User"
    	// SourceAndObjectLimitType is a type of limit where there is one bucket used
    	// by each combination of source and involved object of the event.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 01 17:38:03 UTC 2017
    - 3.4K bytes
    - Viewed (0)
  10. subprojects/core-api/src/main/java/org/gradle/api/artifacts/transform/TransformParameters.java

     *     See the <a href="https://docs.gradle.org/current/userguide/incremental_build.html#table:incremental_build_annotations">table of incremental build property type annotations</a> for all annotations which can be used.
     *     Example:
     * </p>
     * <pre class='autoTested'>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 19 15:28:07 UTC 2022
    - 2K bytes
    - Viewed (0)
Back to top