Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for impacted (0.18 sec)

  1. doc/go1.17_spec.html

    depends on functionality of the <i>imported</i> package
    (<a href="#Program_initialization_and_execution">§Program initialization and execution</a>)
    and enables access to <a href="#Exported_identifiers">exported</a> identifiers
    of that package.
    The import names an identifier (PackageName) to be used for access and an ImportPath
    that specifies the package to be imported.
    </p>
    
    <pre class="ebnf">
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    			return true
    		}
    	}
    	return false
    }
    
    // dynimport creates a Go source file named importGo containing
    // //go:cgo_import_dynamic directives for each symbol or library
    // dynamically imported by the object files outObj.
    // dynOutGo, if not empty, is a new Go file to build as part of the package.
    // dynOutObj, if not empty, is a new file to add to the generated archive.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        // Types of the optional intermediate tensors, which exist for fully
        // quantized LSTM op and hold the ranges of the intermediate tensors.
        // The type for intermediate tensors are be quant.calibrated when imported
        // to only store calibrated min, max values. The proper quantization spec is
        // determined while going through quantization passes.
        OptionalAttr<TypeAttr>:$input_to_input_intermediate,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    			}), "1 == 1"),
    			errors: []string{"found no matching overload for '_==_' applied to '(int, string)"},
    		},
    		// check that escaped field names do not impact CEL rule validation
    		{name: "invalid rule under escaped field name",
    			obj: map[string]interface{}{
    				"f/2": map[string]interface{}{
    					"m": 1,
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        op. The order of ops will be preserved. Functions named `main` with no
        `tf.entry_function` attribute will not be pruned, as such graphs/functions may
        have been imported from a V1 TensorFlow graph, where feeds/fetches/targets are
        not provided at certain stages of IR transformation (e.g. pre-placement).
    
        Option `ops-to-preserve` allows to specify ops that should not be pruned,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

      # Don't log these read-only URLs.
      - level: None
        nonResourceURLs:
          - /healthz*
          - /version
          - /swagger*
    
      # Don't log events requests because of performance impact.
      - level: None
        resources:
          - group: "" # core
            resources: ["events"]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet.go

    	// must still run to completion.
    	podWorkers PodWorkers
    
    	// evictionManager observes the state of the node for situations that could impact node stability
    	// and evicts pods (sets to phase Failed with reason Evicted) to reduce resource pressure. The
    	// eviction manager acts on the actual state of the node and considers the podWorker to be
    	// authoritative.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.5.md

      * `--admission-control=...,PodSecurityPolicy,...`
    * Use authorization to limit users' ability to use specific PodSecurityPolicy objects
    
    **What is the impact?**
    
    A user that is authorized to create pods can make use of any existing PodSecurityPolicy, even ones they are not authorized to use.
    
    **How can I mitigate this prior to installing 1.5.5?**
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  9. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // zw : https://www.potraz.gov.zw/
    // Confirmed by registry <******@****.***> 2017-01-25
    zw
    ac.zw
    co.zw
    gov.zw
    mil.zw
    org.zw
    
    
    // newGTLDs
    
    // List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2023-02-15T15:49:53Z
    // This list is auto-generated, don't edit it manually.
    // aaa : 2015-02-26 American Automobile Association, Inc.
    aaa
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    value # should be one of the following two options: # * implies these objects are visible to all namespaces, enabling any sidecar to talk to any other sidecar. # . implies these objects are visible to only to sidecars in the same namespace, or if imported as a Sidecar.egress.host defaultConfigVisibil: [] # Default node selector to be applied to all deployments so that all pods can be # constrained to run a particular nodes. Each component can overwrite these default # values by adding its node selector...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top