Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 83 for _objects (0.13 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/apiserver_test.go

    	if err != nil {
    		panic(err)
    	}
    	return string(body)
    }
    
    func extractBody(response *http.Response, object runtime.Object) (string, error) {
    	return extractBodyDecoder(response, object, codec)
    }
    
    func extractBodyDecoder(response *http.Response, object runtime.Object, decoder runtime.Decoder) (string, error) {
    	defer response.Body.Close()
    	body, err := ioutil.ReadAll(response.Body)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 20:15:22 UTC 2023
    - 158.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      const std::map<std::string, std::string> metadata_;
      // User's defined supported backends.
      const std::unordered_set<std::string> supported_backends_;
      // A mapping table to mlir::Operation objects for TFL subgraph and operator
      // index in a flatbuffer.
      std::vector<std::vector<Operation*>> subgraph_op_inst_map_;
      // A list of subgraphs in the model
      std::vector<BufferOffset<tflite::SubGraph>> subgraphs_;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  3. pkg/controller/statefulset/stateful_set_control_test.go

    				return fmt.Errorf("live claim %s has bad owner refs: %v", claim.Name, claim.GetOwnerReferences())
    			}
    		}
    	}
    	return nil
    }
    
    func fakeResourceVersion(object interface{}) {
    	obj, isObj := object.(metav1.Object)
    	if !isObj {
    		return
    	}
    	if version := obj.GetResourceVersion(); version == "" {
    		obj.SetResourceVersion("1")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/cache/LocalCache.java

            @Override
            public ReferenceEntry<Object, Object> getEntry() {
              return null;
            }
    
            @Override
            public ValueReference<Object, Object> copyFor(
                ReferenceQueue<Object> queue,
                @CheckForNull Object value,
                ReferenceEntry<Object, Object> entry) {
              return this;
            }
    
            @Override
            public boolean isLoading() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  5. guava/src/com/google/common/cache/LocalCache.java

            @Override
            public ReferenceEntry<Object, Object> getEntry() {
              return null;
            }
    
            @Override
            public ValueReference<Object, Object> copyFor(
                ReferenceQueue<Object> queue,
                @CheckForNull Object value,
                ReferenceEntry<Object, Object> entry) {
              return this;
            }
    
            @Override
            public boolean isLoading() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 149.2K bytes
    - Viewed (0)
  6. cluster/gce/gci/configure-helper.sh

      # shellcheck disable=SC2086
      prepare-log-file /var/log/kube-addon-manager.log ${KUBE_ADDON_MANAGER_RUNASUSER:-2002}
    
      # prep addition kube-up specific rbac objects
      setup-addon-manifests "addons" "rbac/kubelet-api-auth"
      setup-addon-manifests "addons" "rbac/kubelet-cert-rotation"
      if [[ "${REGISTER_MASTER_KUBELET:-false}" == "true" ]]; then
    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. src/database/sql/sql_test.go

    	n := int(testing.AllocsPerRun(1000, func() {
    		_, release, err := c.grabConn(ctx)
    		if err != nil {
    			t.Fatal(err)
    		}
    		release(nil)
    	}))
    	if n > 0 {
    		t.Fatalf("Conn.grabConn allocated %v objects; want 0", n)
    	}
    }
    
    func BenchmarkGrabConn(b *testing.B) {
    	b.ReportAllocs()
    	c := new(Conn)
    	ctx := context.Background()
    	for i := 0; i < b.N; i++ {
    		_, release, err := c.grabConn(ctx)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  8. src/reflect/value.go

    	case Pointer:
    		ptr := v.ptr
    		if v.flag&flagIndir != 0 {
    			if v.typ().IfaceIndir() {
    				// This is a pointer to a not-in-heap object. ptr points to a uintptr
    				// in the heap. That uintptr is the address of a not-in-heap object.
    				// In general, pointers to not-in-heap objects can be total junk.
    				// But Elem() is asking to dereference it, so the user has asserted
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // Key: node_id.
      // Value: all object names that node_id appears as.
      // Each object name corresponds to a unique path from the root of the object
      // graph.
      // The common intuitive case is when there is only one name for a given
      // object, which corresponds to the object graph being a tree.
      //
      // But, there cases where the object graph is a general graph. For
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  10. samples/addons/grafana.yaml

    iod\"}\n  [$__rate_interval])\n)","legendFormat":"Bytes ({{pod}})"},{"datasource":{"type":"prometheus","uid":"$datasource"},"expr":"sum by (pod) (\n  rate(\n    go_memstats_mallocs_total{app=\"istiod\"}\n  [$__rate_interval])\n)","legendFormat":"Objects ({{pod}})"}],"title":"Memory Allocations","type":"timeseries"},{"datasource":{"type":"datasource","uid":"-- Mixed --"},"description":"CPU usage of each running instance","fieldConfig":{"defaults":{"custom":{"fillOpacity":10,"gradientMode":"hue","...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
Back to top