Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 78 for GOT (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

      if (feature_group_count_val <= 0) {
        return op.emitOpError()
               << "feature_group_count must be a positive number, got "
               << feature_group_count_val;
      }
    
      if (batch_group_count <= 0) {
        return op.emitOpError()
               << "batch_group_count must be a positive number, got "
               << batch_group_count;
      }
      if (batch_group_count > 1 && feature_group_count_val > 1) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/arm64/asm7.go

    	if !((alignedValue&(alignedValue-1) == 0) && 8 <= alignedValue && alignedValue <= 2048) {
    		ctxt.Diag("alignment value of an instruction must be a power of two and in the range [8, 2048], got %d\n", alignedValue)
    	}
    	return int(-pc & (alignedValue - 1))
    }
    
    // size returns the size of the sequence of machine instructions when p is encoded with o.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  3. cmd/server_test.go

    func (c *check) Assert(gotValue interface{}, expectedValue interface{}) {
    	c.Helper()
    	if !reflect.DeepEqual(gotValue, expectedValue) {
    		c.Fatalf("Test %s expected %v, got %v", c.testType, expectedValue, gotValue)
    	}
    }
    
    func verifyError(c *check, response *http.Response, code, description string, statusCode int) {
    	c.Helper()
    	data, err := io.ReadAll(response.Body)
    	c.Assert(err, nil)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 115.3K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/s390x/asmz.go

    		zRI(opcode, uint32(p.From.Reg), uint32(c.vregoff(&p.To)), asm)
    
    	case 92: // insert program mask
    		zRRE(op_IPM, uint32(p.From.Reg), 0, asm)
    
    	case 93: // GOT lookup
    		v := c.vregoff(&p.To)
    		if v != 0 {
    			c.ctxt.Diag("invalid offset against GOT slot %v", p)
    		}
    		zRIL(_b, op_LGRL, uint32(p.To.Reg), 0, asm)
    		rel := obj.Addrel(c.cursym)
    		rel.Off = int32(c.pc + 2)
    		rel.Siz = 4
    		rel.Sym = p.From.Sym
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/tpu_rewrite.mlir

      func.func @mismatched_size_input_sharding_configuration(%arg0: tensor<?xi32>) {
        // expected-error@+1 {{bad 'input_sharding_configuration' attribute, expected array attribute of size 1, got size 0}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 172.9K bytes
    - Viewed (0)
  6. pkg/kubelet/cm/memorymanager/policy_static_test.go

    			if err != nil {
    				t.Fatalf("Unexpected error: %v", err)
    			}
    			if diff := cmp.Diff(actual, tc.expected); diff != "" {
    				t.Errorf("getPodRequestedResources() mismatch (-want +got):\n%s", diff)
    			}
    		})
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Sep 17 05:49:15 UTC 2023
    - 100.4K bytes
    - Viewed (0)
  7. cmd/admin-handlers.go

    	capacity := GetTotalUsableCapacityFree(storageInfo.Disks, storageInfo)
    
    	if capacity < capacityNeeded {
    		return false, false, fmt.Sprintf("not enough usable space available to perform speedtest - expected %s, got %s",
    			humanize.IBytes(capacityNeeded), humanize.IBytes(capacity))
    	}
    
    	// Verify if we can employ autotune without running out of capacity,
    	// if we do run out of capacity, make sure to turn-off autotuning
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/x86/asm6.go

    func requireAlignment(a int64, ctxt *obj.Link, cursym *obj.LSym) bool {
    	if !((a&(a-1) == 0) && 8 <= a && a <= 2048) {
    		ctxt.Diag("alignment value of an instruction must be a power of two and in the range [8, 2048], got %d\n", a)
    		return false
    	}
    	// By default function alignment is 32 bytes for amd64
    	if cursym.Func().Align < int32(a) {
    		cursym.Func().Align = int32(a)
    	}
    	return true
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_pods.go

    	// calculate the next phase and preserve reason
    	allStatus := append(append([]v1.ContainerStatus{}, s.ContainerStatuses...), s.InitContainerStatuses...)
    	s.Phase = getPhase(pod, allStatus, podIsTerminal)
    	klog.V(4).InfoS("Got phase for pod", "pod", klog.KObj(pod), "oldPhase", oldPodStatus.Phase, "phase", s.Phase)
    
    	// Perform a three-way merge between the statuses from the status manager,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  10. cmd/bucket-replication.go

    		}
    		if err != nil {
    			return err
    		}
    		if !isSSEC && pInfo.Size != partInfo.ActualSize {
    			return fmt.Errorf("Part size mismatch: got %d, want %d", pInfo.Size, partInfo.ActualSize)
    		}
    		uploadedParts = append(uploadedParts, minio.CompletePart{
    			PartNumber:     pInfo.PartNumber,
    			ETag:           pInfo.ETag,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
Back to top