Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 91 for constructs (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // "NextIteration" node to a "Merge" node add cyclic dependencies and make the
      // topological sorting impossible. We need to remove these edges from the
      // input graph to infer shapes and construct a Function. For each
      // "NextIteration" node, there are two operations, "NextIteration.source"
      // and "NextIteration.sink" are added to the MLIR module.
      using BackEdge = BackEdgeHelper::BackEdge;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__networking.k8s.io__v1alpha1_openapi.json

                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 196.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
  4. src/cmd/go/alldocs.go

    // 'go get' accepts the following flags.
    //
    // The -t flag instructs get to consider modules needed to build tests of
    // packages specified on the command line.
    //
    // The -u flag instructs get to update modules providing dependencies
    // of packages named on the command line to use newer minor or patch
    // releases when available.
    //
    // The -u=patch flag (not -u patch) also instructs get to update dependencies,
    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. api/openapi-spec/v3/apis__internal.apiserver.k8s.io__v1alpha1_openapi.json

                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__autoscaling__v1_openapi.json

                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 152.9K bytes
    - Viewed (0)
  7. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	if err != nil {
    		t.Fatalf("unexpected error from AddUnschedulableIfNotPresent: %v", err)
    	}
    	expectInFlightPods(t, q)
    	// Construct a Pod, but don't associate its scheduler failure to any plugin
    	hpp1 := clonePod(highPriorityPodInfo.Pod, "hpp1")
    	q.activeQ.Add(q.newQueuedPodInfo(hpp1))
    	if p, err := q.Pop(logger); err != nil || p.Pod != hpp1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. pkg/kubelet/kubelet_pods.go

    	if pod.Spec.EnableServiceLinks == nil {
    		return nil, fmt.Errorf("nil pod.spec.enableServiceLinks encountered, cannot construct envvars")
    	}
    
    	// If the pod originates from the kube-api, when we know that the kube-apiserver is responding and the kubelet's credentials are valid.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_node_status_test.go

    	testKubelet := newTestKubelet(t, false /* controllerAttachDetachEnabled */)
    	defer testKubelet.Cleanup()
    	kubelet := testKubelet.kubelet
    	kubelet.nodeStatusMaxImages = 5 // don't truncate the image list that gets constructed by hand for this test
    	kubelet.kubeClient = nil        // ensure only the heartbeat client is used
    	kubelet.containerManager = &localCM{
    		ContainerManager: cm.NewStubContainerManager(),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__policy__v1_openapi.json

                "schema": {
                  "type": "string",
                  "uniqueItems": true
                }
              },
              {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 159.9K bytes
    - Viewed (0)
Back to top