Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 69 for Write (0.32 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let summary = "Marks device cluster inputs-output pairs that read/write to the same variable as aliases";
    
      let description = [{
        This pass analyzes the inputs and outputs to device cluster and marks those
        input-output pairs as aliases (using `tf.aliasing_output` attribute) which read
        and write to the same resource. This aliasing information can then be propagated
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/testdata/swagger.json

                "type": "string"
              },
              "description": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write, overwriting any existing values. The stringData field is never output when reading from the API.",
              "type": "object"
            },
            "type": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 229.4K bytes
    - Viewed (0)
  3. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar

    class package org.codehaus.plexus.util; public synchronized class StringOutputStream extends java.io.OutputStream { private StringBuffer buf; public void StringOutputStream(); public void write(byte[]) throws java.io.IOException; public void write(byte[], int, int) throws java.io.IOException; public void write(int) throws java.io.IOException; public String toString(); } org/codehaus/plexus/util/ReflectionUtils.class package org.codehaus.plexus.util; public final synchronized class ReflectionUtils...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 160K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    //
    //	-coverprofile cover.out
    //	    Write a coverage profile to the file after all tests have passed.
    //	    Sets -cover.
    //
    //	-cpuprofile cpu.out
    //	    Write a CPU profile to the specified file before exiting.
    //	    Writes test binary as -c would.
    //
    //	-memprofile mem.out
    //	    Write an allocation profile to the file after all tests have passed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  5. src/reflect/value.go

    	itab *abi.ITab
    	word unsafe.Pointer
    }
    
    // mustBe panics if f's kind is not expected.
    // Making this a method on flag instead of on Value
    // (and embedding flag in Value) means that we can write
    // the very clear v.mustBe(Bool) and have it compile into
    // v.flag.mustBe(Bool), which will only bother to copy the
    // single important word for the receiver.
    func (f flag) mustBe(expected Kind) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

    # Assumed vars
    #   ZONE
    function write-cluster-location {
      cat >"${KUBE_TEMP}/cluster-location.txt" << EOF
    ${ZONE}
    EOF
    }
    
    # Writes the cluster name into a temporary file.
    # Assumed vars
    #   CLUSTER_NAME
    function write-cluster-name {
      cat >"${KUBE_TEMP}/cluster-name.txt" << EOF
    ${CLUSTER_NAME}
    EOF
    }
    
    function write-master-env {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. src/crypto/sha512/sha512_test.go

    	},
    	{
    		"e3763669d1b760c1be7bfcb6625f92300a8430419d1dbad57ec9f53c",
    		"How can you write a big system without C++?  -Paul Glick",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  8. cmd/metrics-v2.go

    		return
    	})
    	return mg
    }
    
    func getClusterWriteQuorumMD() MetricDescription {
    	return MetricDescription{
    		Namespace: clusterMetricNamespace,
    		Subsystem: "write",
    		Name:      "quorum",
    		Help:      "Maximum write quorum across all pools and sets",
    		Type:      gaugeMetric,
    	}
    }
    
    func getClusterHealthStatusMD() MetricDescription {
    	return MetricDescription{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:54 UTC 2024
    - 131.9K bytes
    - Viewed (0)
  9. pkg/apis/apps/validation/validation_test.go

    						Type: apps.RollingUpdateDaemonSetStrategyType,
    						RollingUpdate: &apps.RollingUpdateDaemonSet{
    							MaxUnavailable: intstr.FromInt32(1),
    						},
    					},
    				},
    			},
    		},
    		"Read-write volume verification": {
    			old: apps.DaemonSet{
    				ObjectMeta: metav1.ObjectMeta{Name: "abc", Namespace: metav1.NamespaceDefault},
    				Spec: apps.DaemonSetSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

    //   if results    : [*,    arg0, {arg0, arg1}[
    //   ID #2: read (unknown)         -> succ {5, 6)
    //   ID #3: read (arg0)            -> succ {5}
    //   ID #4: read({arg0,arg1})      -> succ {5,6}
    //   ID #5: write(arg0)
    //   ID #6: write(arg1)
    
    // CHECK-LABEL: func @output_of_if_op
    func.func @output_of_if_op(
      // expected-remark@above {{ID: 12}}
      %arg0: tensor<*x!tf_type.resource<tensor<32xf32>>>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
Back to top