Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 1024Mi (0.49 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

              "readinessInitialDelaySeconds": 0,
              "readinessPeriodSeconds": 15,
              "resources": {
                "limits": {
                  "cpu": "2000m",
                  "memory": "1024Mi"
                },
                "requests": {
                  "cpu": "100m",
                  "memory": "128Mi"
                }
              },
              "startupProbe": {
                "enabled": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    port: 443 protocol: TCP targetPort: 443 annotations: {} loadBalancerIP: "" loadBalancerSourceRa: [] externalTrafficPolic: "" externalIPs: [] ipFamilyPolicy: "" ipFamilies: [] resources: requests: cpu: 100m memory: 128Mi limits: cpu: 2000m memory: 1024Mi autoscaling: enabled: true minReplicas: 1 maxReplicas: 5 targetCPUUtilization: 80 targetMemoryUtilizat: {} autoscaleBehavior: {} # Pod environment variables env: {} # Labels to apply to all resources labels: {} # Annotations to apply to all resources...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+2456(SB)/8,$0x000000019e588d52
    
    	/* x^103488 mod p(x), x^103424 mod p(x) */
    DATA ·IEEEConst+2464(SB)/8,$0x00000001415598a0
    DATA ·IEEEConst+2472(SB)/8,$0x00000001180f0bbc
    
    	/* x^102464 mod p(x), x^102400 mod p(x) */
    DATA ·IEEEConst+2480(SB)/8,$0x00000000bf6c8c90
    DATA ·IEEEConst+2488(SB)/8,$0x00000000e1d9177a
    
    	/* x^101440 mod p(x), x^101376 mod p(x) */
    DATA ·IEEEConst+2496(SB)/8,$0x00000001788b0504
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          batch_sizes: Sequence[int],
          target_opset: quant_opts_pb2.OpSet,
      ):
        lhs_batch_size, rhs_batch_size = batch_sizes
        input_shape = (*lhs_batch_size, 1, 1024)
        filter_shape = (*rhs_batch_size, 1024, 3)
        static_input_shape = [dim if dim is not None else 2 for dim in input_shape]
        model = self._create_matmul_model(
            input_shape,
            filter_shape,
            self._input_saved_model_path,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top