Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 93 for prepending (0.27 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

      return rewriter->create<TF::FillOp>(
          loc,
          tensorflow::GetTypeFromTFTensorShape({-1}, rewriter->getIntegerType(32)),
          shape_tensor, scalar_val);
    }
    
    // Returns a new type by prepending the specified dimension to the shape of
    // the given type if it is a ranked type.
    Type PrependLeadingDimIfRanked(int64_t dim, Type type,
                                   PatternRewriter *rewriter) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. pkg/controller/podautoscaler/replica_calculator_test.go

    		podReadiness:     []v1.ConditionStatus{v1.ConditionTrue, v1.ConditionFalse, v1.ConditionFalse, v1.ConditionFalse, v1.ConditionFalse},
    		podPhase:         []v1.PodPhase{v1.PodRunning, v1.PodPending, v1.PodPending, v1.PodPending, v1.PodPending},
    		resource: &resourceInfo{
    			name:     v1.ResourceCPU,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  3. pkg/controller/replicaset/replica_set_test.go

    	rs := newReplicaSet(1, labelMap)
    	// an unscheduled, pending pod
    	unscheduledPendingPod := newPod("unscheduled-pending-pod", rs, v1.PodPending, nil, true)
    	// a scheduled, pending pod
    	scheduledPendingPod := newPod("scheduled-pending-pod", rs, v1.PodPending, nil, true)
    	scheduledPendingPod.Spec.NodeName = "fake-node"
    	// a scheduled, running, not-ready pod
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 69.2K bytes
    - Viewed (0)
  4. src/time/time.go

    // clock reading if present. If t != u because of different monotonic clock readings,
    // that difference will be visible when printing t.String() and u.String().
    //
    // # Timer Resolution
    //
    // [Timer] resolution varies depending on the Go runtime, the operating system
    // and the underlying hardware.
    // On Unix, the resolution is ~1ms.
    // On Windows version 1803 and newer, the resolution is ~0.5ms.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  5. pkg/kubelet/status/status_manager_test.go

    			},
    		},
    		{
    			name: "uninitialized pod defaults the first init container",
    			pod: newPod(1, 1, func(pod *v1.Pod) {
    				pod.Spec.RestartPolicy = v1.RestartPolicyNever
    				pod.Status.Phase = v1.PodPending
    				pod.Status.InitContainerStatuses = []v1.ContainerStatus{
    					{Name: "init-0", State: v1.ContainerState{Waiting: &v1.ContainerStateWaiting{}}},
    				}
    				pod.Status.ContainerStatuses = []v1.ContainerStatus{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 68.1K bytes
    - Viewed (0)
  6. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // second values with fractions must still have non-negative nanos values
      // that count forward in time. Must be from 0 to 999,999,999
      // inclusive. This field may be limited in precision depending on context.
      optional int32 nanos = 2;
    }
    
    // ObjectMeta is metadata that all persisted resources must have, which includes all objects
    // users must create.
    message ObjectMeta {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // second values with fractions must still have non-negative nanos values
      // that count forward in time. Must be from 0 to 999,999,999
      // inclusive. This field may be limited in precision depending on context.
      optional int32 nanos = 2;
    }
    
    // ObjectMeta is metadata that all persisted resources must have, which includes all objects
    // users must create.
    message ObjectMeta {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 53.7K bytes
    - Viewed (0)
  8. pkg/controller/endpoint/endpoints_controller_test.go

    		{
    			name:            "pod pending phase container ready",
    			pod:             makePod(v1.PodPending, true, false),
    			service:         makeService(false),
    			expectedReady:   1,
    			expectedUnready: 0,
    		},
    		{
    			name:            "pod pending phase container ready being deleted",
    			pod:             makePod(v1.PodPending, true, true),
    			service:         makeService(false),
    			expectedReady:   0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  9. src/main/java/jcifs/smb/SmbFile.java

         * <li>or <code>null</code> if the resource cannot be resolved.
         * </ul>
         *
         * @return A <code>String[]</code> array of files and directories,
         *         workgroups, servers, or shares depending on the context of the
         *         resource URL
         * @throws SmbException
         */
        public String[] list () throws SmbException {
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  10. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    								"name": "2",
    								"key":  "value",
    								"key2": "valid value",
    							},
    						},
    					}}},
    				expectError{
    					applyPatchOperation{
    						"reorder the array, preventing index correlation",
    						myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    							"values": []interface{}{
    								map[string]interface{}{
    									"name": "2",
    									"key":  "value",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
Back to top