Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 492 for 3$ (0.04 sec)

  1. plugin/pkg/admission/resourcequota/admission_test.go

    				corev1.ResourceCPU:    resource.MustParse("3"),
    				corev1.ResourceMemory: resource.MustParse("100Gi"),
    				corev1.ResourcePods:   resource.MustParse("5"),
    			},
    			Used: corev1.ResourceList{
    				corev1.ResourceCPU:    resource.MustParse("1"),
    				corev1.ResourceMemory: resource.MustParse("50Gi"),
    				corev1.ResourcePods:   resource.MustParse("3"),
    			},
    		},
    	}
    	stopCh := make(chan struct{})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            property.putAll(supplierWithValues([c: '3']))
    
            expect:
            assertHasNoProducer(property)
            def value = property.calculateExecutionTimeValue()
            value.isChangingValue()
            value.getChangingValue().get() == [a: '1', b: '2', c: '3']
            value.getChangingValue().get() == [a: '1b', c: '3']
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
  3. docs/en/data/people.yml

    - login: chrisK824
      count: 3
      avatarUrl: https://avatars.githubusercontent.com/u/79946379?u=03d85b22d696a58a9603e55fbbbe2de6b0f4face&v=4
      url: https://github.com/chrisK824
    - login: ryanisn
      count: 3
      avatarUrl: https://avatars.githubusercontent.com/u/53449841?v=4
      url: https://github.com/ryanisn
    - login: pythonweb2
      count: 3
      avatarUrl: https://avatars.githubusercontent.com/u/32141163?v=4
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jun 03 01:09:53 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. pkg/controller/history/controller_history_test.go

    			got[revisions[i].Name] = true
    		}
    		if !reflect.DeepEqual(test.want, got) {
    			t.Errorf("%s: want %v got %v", test.name, test.want, got)
    		}
    	}
    	ss1 := newStatefulSet(3, "ss1", types.UID("ss1"), map[string]string{"foo": "bar"})
    	ss2 := newStatefulSet(3, "ss2", types.UID("ss2"), map[string]string{"goo": "car"})
    	sel1, err := metav1.LabelSelectorAsSelector(ss1.Spec.Selector)
    	if err != nil {
    		t.Fatal(err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 21 13:31:28 UTC 2023
    - 49.1K bytes
    - Viewed (0)
  5. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            assertEquals("PASSED-3", pom.getValue(prefix + "stringParams/stringParam[2]"));
            assertEquals("PASSED-2", pom.getValue(prefix + "stringParams/stringParam[3]"));
            assertEquals("PASSED-4", pom.getValue(prefix + "stringParams/stringParam[4]"));
            assertEquals("PASSED-1", pom.getValue(prefix + "listParam/listParam[1]"));
            assertEquals("PASSED-3", pom.getValue(prefix + "listParam/listParam[2]"));
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/convert_control_to_data_outputs.mlir

      }
      // CHECK: return %[[GRAPH_OUT]]#0, %[[GRAPH_OUT]]#1, %[[GRAPH_OUT]]#2, %[[GRAPH_OUT]]#3, %[[GRAPH_OUT]]#4, %[[GRAPH_OUT]]#5
      func.return %graph#0, %graph#1, %graph#2, %graph#3 : !tf_res, !tf_res, tensor<f32>, tensor<f32>
    }
    
    // CHECK-LABEL: func @simple_independent_chains_while_cond
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 18:35:00 UTC 2024
    - 68.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/unroll-batch-matmul.mlir

      // CHECK: %[[LHS_3:.*]] = "tf.Reshape"(%[[LHS_SPLIT]]#2, %[[MATMUL_LHS_SHAPE]]) : (tensor<1x4x5xf32>, tensor<2xi64>) -> tensor<4x5xf32>
      // CHECK: %[[LHS_4:.*]] = "tf.Reshape"(%[[LHS_SPLIT]]#3, %[[MATMUL_LHS_SHAPE]]) : (tensor<1x4x5xf32>, tensor<2xi64>) -> tensor<4x5xf32>
      // CHECK: %[[LHS_5:.*]] = "tf.Reshape"(%[[LHS_SPLIT]]#4, %[[MATMUL_LHS_SHAPE]]) : (tensor<1x4x5xf32>, tensor<2xi64>) -> tensor<4x5xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 06 18:42:28 UTC 2023
    - 63.7K bytes
    - Viewed (0)
  8. internal/bucket/lifecycle/lifecycle_test.go

    				Status: "Enabled",
    				Expiration: Expiration{
    					Days: ExpirationDays(3),
    					set:  true,
    				},
    			},
    			{
    				ID:     "rule-2",
    				Status: "Enabled",
    				Transition: Transition{
    					Days:         TransitionDays(3),
    					StorageClass: "TIER-1",
    					set:          true,
    				},
    			},
    			{
    				ID:     "rule-3",
    				Status: "Enabled",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  9. tensorflow/c/c_api_function_test.cc

      Define(-1, {}, {feed}, {neg}, {});
    
      // Use, run, and verify
      TF_Operation* func_feed = Placeholder(host_graph_, s_);
      TF_Operation* func_op = Use({func_feed});
      Run({{func_feed, Int32Tensor(3)}}, func_op, -3);
      VerifyFDef({"neg_0"}, {{"feed", DT_INT32}}, {{"neg", DT_INT32}},
                 {{"feed", "neg_0:0"}, {"neg_0:y:0", "neg"}}, {});
    }
    
    TEST_F(CApiFunctionTest, OneOutput_OutputNames) {
      /*
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

      %2 = "tf.opC"() {is_stateless = true} : () -> tensor<f32>
      %3 = "tf.opD"(%ri_0, %ri_1, %arg2, %2) {_xla_compile_device_type = "TPU", _replication_info = "replicate", is_stateless = true} : (tensor<i1>, tensor<i32>, tensor<f32>, tensor<f32>) -> tensor<i32>
      %ro_0:2 = "tf.TPUReplicatedOutput"(%3) : (tensor<i32>) -> (tensor<i32>, tensor<i32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top