Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 75 for Size (0.57 sec)

  1. tensorflow/compiler/mlir/lite/tests/ops.mlir

      // expected-error @+1 {{tfl.reshape' op requires 'shape' to have at most one dynamic dimension, but got multiple dynamic dimensions at indices 0 and 1. You need to set up the unspecified size(s) to avoid this problem, for example,setting batch size in keras model or setting unspecified input size(s) with fixed ones.}}
      %0 = "tfl.reshape"(%arg0, %cst) : (tensor<3x4xi32>, tensor<3xi32>) -> tensor<1x3x4xi32>
      func.return %0 : tensor<1x3x4xi32>
    }
    
    // -----
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  2. docs/metrics/prometheus/grafana/bucket/minio-bucket.json

              "interval": "1m",
              "intervalFactor": 2,
              "legendFormat": "Last Hour Failed Size [{{bucket}}]",
              "refId": "A"
            }
          ],
          "title": "Last Hour Failed Size",
          "type": "timeseries"
        },
        {
          "datasource": {
            "type": "prometheus",
            "uid": "${DS_PROMETHEUS}"
          },
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 11:11:51 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  3. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    getCacheSize(); public java.util.Map getBackingMap(); public void flush(); public Object get(Object); private Object getCacheMissed(Object, int); public Object put(Object, Object); public Object remove(Object); public boolean containsKey(Object); public int size(); public boolean isEmpty(); public boolean containsValue(Object); public void putAll(java.util.Map); public void clear(); public java.util.Set keySet(); public java.util.Collection values(); public java.util.Set entrySet(); public boolean equals(Object);...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  4. samples/addons/grafana.yaml

    e_bucket{}[1m])) by (le)","format":"heatmap","legendFormat":"{{le}}"}],"title":"Push Time","type":"heatmap"},{"datasource":{"type":"datasource","uid":"-- Mixed --"},"description":"Size of each xDS push.\n","gridPos":{"h":10,"w":8,"x":16,"y":14},"id":14,"interval":"1m","options":{"calculation":{"xBuckets":{"mode":"size","value":"1min"}},"cellGap":0,"color":{"mode":"scheme","scheme":"Spectral","steps":128},"yAxis":{"decimals":0,"unit":"bytes"}},"pluginVersion":"v11.0.0","targets":[{"datasource":{"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	if skip(bt) {
    		return nil
    	}
    	size := bt.Size.Copy(fn, skip)
    	if size == nil {
    		return fn(bt)
    	}
    	bt = &BitIntType{Size: size, Signed: bt.Signed}
    	if r := fn(bt); r != nil {
    		return r
    	}
    	return bt
    }
    
    func (bt *BitIntType) GoString() string {
    	return bt.goString(0, "")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

        # create the kubelet client cert with the correct groups
        echo '{"CN":"kubelet","names":[{"O":"system:nodes"}],"hosts":[""],"key":{"algo":"rsa","size":2048}}' | "${CFSSL_BIN}" gencert -ca=pki/ca.crt -ca-key=pki/private/ca.key -config=ca-config.json - | "${CFSSLJSON_BIN}" -bare kubelet
        mv "kubelet-key.pem" "pki/private/kubelet.key"
        mv "kubelet.pem" "pki/issued/kubelet.crt"
    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. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

                addField(ACC_PRIVATE | ACC_STATIC, FACTORY_ID_FIELD, INT_TYPE);
    
                final int mutablePropertySize = mutableProperties.size();
                final int readOnlyPropertySize = readOnlyProperties.size();
    
                // Generate: void initFromState(Object[] state) { }
                // See ManagedTypeFactory for how it's used.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  8. pkg/config/validation/validation.go

    	if directResponse == nil {
    		return
    	}
    
    	if directResponse.Body != nil {
    		size := 0
    		switch op := directResponse.Body.Specifier.(type) {
    		case *networking.HTTPBody_String_:
    			size = len(op.String_)
    		case *networking.HTTPBody_Bytes:
    			size = len(op.Bytes)
    		}
    
    		if size > 1*mb {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  9. src/cmd/trace/testdata/go122.test

    Trace Go1.22
    EventBatch gen=1 m=18446744073709551615 time=7689672466239 size=5
    Frequency freq=15625000
    EventBatch gen=1 m=1709048 time=7689670869319 size=423
    ProcStart dt=409 p=7 p_seq=1
    GoStart dt=31 g=34 g_seq=1
    GoStop dt=291990 reason_string=16 stack=50
    GoStart dt=21 g=34 g_seq=2
    GoStop dt=315853 reason_string=16 stack=50
    GoStart dt=30 g=34 g_seq=3
    GoUnblock dt=173432 g=1 g_seq=73 stack=52
    GoDestroy dt=96
    GoStart dt=22 g=1 g_seq=74
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 17:15:58 UTC 2024
    - 166K bytes
    - Viewed (0)
  10. src/net/http/serve_test.go

    		if err != nil {
    			t.Errorf("handler Copy: %v", err)
    			return
    		}
    		if n != size {
    			t.Errorf("handler Copy = %d; want %d", n, size)
    		}
    		pw.Write([]byte("hi"))
    		pw.Close()
    		<-done
    	}))
    
    	req, err := NewRequest("POST", cst.ts.URL, io.LimitReader(neverEnding('a'), size))
    	if err != nil {
    		t.Fatal(err)
    	}
    	res, err := cst.c.Do(req)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top