Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 465 for gint (0.07 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/pywrap_calibration.pyi

    from tensorflow.compiler.mlir.quantization.tensorflow.calibrator import calibration_statistics_pb2
    
    # LINT.IfChange(clear_calibrator)
    def clear_calibrator() -> None: ...
    
    # LINT.ThenChange()
    
    # LINT.IfChange(clear_data_from_calibrator)
    def clear_data_from_calibrator(id: bytes) -> None: ...
    
    # LINT.ThenChange()
    
    # LINT.IfChange(get_statistics_from_calibrator)
    def get_statistics_from_calibrator(
        id: bytes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 09 02:25:59 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/vcstest/go/test1-svn-git.txt

    -- git-README-only/pkg/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/test1-svn-git/git-README-only git https://vcs-test.golang.org/git/README-only">
    -- index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/test1-svn-git svn https://vcs-test.golang.org/svn/test1-svn-git">
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:22:22 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/vcstest/go/test2-svn-git.txt

    -- test2pkg/index.html --
    <!DOCTYPE html>
    <html>
    <meta name="go-import" content="vcs-test.golang.org/go/test2-svn-git/test2pkg git https://vcs-test.golang.org/git/README-only">
    -- test2pkg/pkg/index.html --
    <!DOCTYPE html>
    <html>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 25 13:22:22 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/topologymanager/policy.go

    	// Get the NUMANodeAffinity from each hint in the permutation and see if any
    	// of them encode unpreferred allocations.
    	preferred := true
    	var numaAffinities []bitmask.BitMask
    	for _, hint := range permutation {
    		// Only consider hints that have an actual NUMANodeAffinity set.
    		if hint.NUMANodeAffinity != nil {
    			numaAffinities = append(numaAffinities, hint.NUMANodeAffinity)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 03 09:45:25 UTC 2022
    - 12.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/python/pywrap_quantization.pyi

        py_function_library: py_function_lib.PyFunctionLibrary,
    ) -> Any: ...  # Status
    
    # LINT.ThenChange()
    
    # LINT.IfChange(populate_default_configs)
    def populate_default_configs(
        user_provided_quantization_config_serialized: bytes,
    ) -> bytes: ...  # QuantizationConfig
    
    # LINT.ThenChange()
    
    # LINT.IfChange(expand_preset_configs)
    def expand_preset_configs(
        quantization_config_serialized: bytes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 13:51:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/topologymanager/policy_single_numa_node.go

    				filtered = append(filtered, hint)
    			}
    			if hint.NUMANodeAffinity != nil && hint.NUMANodeAffinity.Count() == 1 && hint.Preferred {
    				filtered = append(filtered, hint)
    			}
    		}
    		filteredResourcesHints = append(filteredResourcesHints, filtered)
    	}
    	return filteredResourcesHints
    }
    
    func (p *singleNumaNodePolicy) Merge(providersHints []map[string][]TopologyHint) (TopologyHint, bool) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 09 16:52:08 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  7. pkg/kubelet/cm/topologymanager/fake_topology_manager.go

    )
    
    type fakeManager struct {
    	hint   *TopologyHint
    	policy Policy
    }
    
    // NewFakeManager returns an instance of FakeManager
    func NewFakeManager() Manager {
    	klog.InfoS("NewFakeManager")
    	return &fakeManager{}
    }
    
    // NewFakeManagerWithHint returns an instance of fake topology manager with specified topology hints
    func NewFakeManagerWithHint(hint *TopologyHint) Manager {
    	klog.InfoS("NewFakeManagerWithHint")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 02 18:02:07 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  8. internal/config/errors-utils.go

    	// Add action message
    	if uiErr.action != "" {
    		renderedTxt += "> " + color.BgYellow(color.Black(uiErr.action)) + "\n"
    	}
    	// Add hint
    	if uiErr.hint != "" {
    		renderedTxt += color.Bold("HINT:") + "\n"
    		renderedTxt += "  " + uiErr.hint
    	}
    	return renderedTxt
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Mar 06 16:56:10 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  9. platforms/core-runtime/build-option/src/test/groovy/org/gradle/internal/buildoption/BuildOptionTest.groovy

        private static final String HINT = 'must be positive'
        private static final String GRADLE_PROPERTY = 'org.gradle.property'
        private static final String OPTION = 'option'
    
        def "can handle invalid value for Gradle property with empty #hint"() {
            when:
            Origin.forGradleProperty(GRADLE_PROPERTY).handleInvalidValue(VALUE, hint)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:02:02 UTC 2023
    - 2.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/tensorflow/python/pywrap_function_lib.pyi

    class PyFunctionLibrary:
    
      # LINT.IfChange(save_exported_model)
      def save_exported_model(
          self,
          dst_saved_model_path: str,
          exported_model_serialized: bytes,
          src_saved_model_path: str,
          tags: set[str],
          serialized_signature_def_map: dict[str, bytes],
      ) -> Optional[bool]: ...
      # LINT.ThenChange()
    
      # LINT.IfChange(run_calibration)
      def run_calibration(
          self,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 09 06:33:29 UTC 2024
    - 1.6K bytes
    - Viewed (0)
Back to top