Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 140 for 3$ (0.14 sec)

  1. pkg/scheduler/schedule_one_test.go

    				{Name: "node3.1", TotalScore: 3},
    				{Name: "node2.1", TotalScore: 2},
    				{Name: "node1.1", TotalScore: 1},
    				{Name: "node3.2", TotalScore: 3},
    			},
    			topNodesCnt:   3,
    			possibleNodes: sets.New("node3.1", "node3.2"),
    			possibleNodeLists: [][]framework.NodePluginScores{
    				{
    					{Name: "node3.1", TotalScore: 3},
    					{Name: "node3.2", TotalScore: 3},
    					{Name: "node2.1", TotalScore: 2},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:20:55 UTC 2024
    - 128.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

          %1 = "tf_device.launch"() ({
            %2 = "tf._XlaCompileMlirPlaceholderProgramKey"() : () -> tensor<3x!tf_type.string>
            %3 = "tf._XlaRecvAtHost"(%2) {_xla_has_host_transfer = true, device_ordinal = 0 : i64, key = "host_compute_channel_0_args"} : (tensor<3x!tf_type.string>) -> tensor<?xi32>
            %4 = "tf.B"(%3) : (tensor<?xi32>) -> tensor<?x!tf_type.string>
            tf_device.return %4 : tensor<?x!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  3. pkg/apis/batch/validation/validation_test.go

    					Parallelism:    pointer.Int32(2),
    					CompletionMode: completionModePtr(batch.IndexedCompletion),
    				},
    			},
    			update: func(job *batch.Job) {
    				job.Spec.Completions = pointer.Int32(3)
    				job.Spec.Parallelism = pointer.Int32(3)
    			},
    			opts: JobValidationOptions{
    				AllowElasticIndexedJobs: true,
    			},
    		},
    		"indexed job updating completions and parallelism to different values is invalid": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/asm6.go

    			}
    			ab.Put1(byte(0<<6 | 5<<0 | r<<3))
    			goto putrelv
    		}
    
    		// temporary
    		ab.Put2(
    			byte(0<<6|4<<0|r<<3), // sib present
    			0<<6|4<<3|5<<0,       // DS:d32
    		)
    		goto putrelv
    	}
    
    	if base == REG_SP || base == REG_R12 {
    		if v == 0 {
    			ab.Put1(byte(0<<6 | reg[base]<<0 | r<<3))
    			ab.asmidx(ctxt, int(a.Scale), REG_NONE, base)
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

      }
    
      auto get_array_idx = [](ArrayRef<int64_t> shape, const int i, const int j,
                              const int k, const int l) -> int64_t {
        return (i * shape[1] * shape[2] * shape[3]) + (j * shape[2] * shape[3]) +
               (k * shape[3]) + l;
      };
    
      // Transpose the filter value.
      // TODO: b/336203735 - Use `DenseElementsTransposer` instead of manual
      // transpose.
      for (int i = 0; i < filter_shape[0]; ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v1/generated.pb.go

    func (m *ExternalMetricSource) Reset()      { *m = ExternalMetricSource{} }
    func (*ExternalMetricSource) ProtoMessage() {}
    func (*ExternalMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_1972394c0c7aac8b, []int{3}
    }
    func (m *ExternalMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ExternalMetricSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 153K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/autoscaling/v2/generated.pb.go

    func (m *ExternalMetricSource) Reset()      { *m = ExternalMetricSource{} }
    func (*ExternalMetricSource) ProtoMessage() {}
    func (*ExternalMetricSource) Descriptor() ([]byte, []int) {
    	return fileDescriptor_4d5f2c8767749221, []int{3}
    }
    func (m *ExternalMetricSource) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *ExternalMetricSource) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/telemetry/package-lock.json

            "d3-interpolate": "3",
            "d3-path": "3",
            "d3-polygon": "3",
            "d3-quadtree": "3",
            "d3-random": "3",
            "d3-scale": "4",
            "d3-scale-chromatic": "3",
            "d3-selection": "3",
            "d3-shape": "3",
            "d3-time": "3",
            "d3-time-format": "4",
            "d3-timer": "3",
            "d3-transition": "3",
            "d3-zoom": "3"
          },
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:57:25 UTC 2024
    - 156K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/flowcontrol/v1beta3/generated.pb.go

    func (m *FlowSchemaCondition) Reset()      { *m = FlowSchemaCondition{} }
    func (*FlowSchemaCondition) ProtoMessage() {}
    func (*FlowSchemaCondition) Descriptor() ([]byte, []int) {
    	return fileDescriptor_52ab6629c083d251, []int{3}
    }
    func (m *FlowSchemaCondition) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/flowcontrol/v1/generated.pb.go

    func (m *FlowSchemaCondition) Reset()      { *m = FlowSchemaCondition{} }
    func (*FlowSchemaCondition) ProtoMessage() {}
    func (*FlowSchemaCondition) Descriptor() ([]byte, []int) {
    	return fileDescriptor_5d08a1401821035d, []int{3}
    }
    func (m *FlowSchemaCondition) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *FlowSchemaCondition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 141.8K bytes
    - Viewed (0)
Back to top