Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 120m (0.63 sec)

  1. pkg/apis/core/validation/validation_test.go

    					Type:           core.LimitTypePod,
    					Max:            getResourceList("100m", "10000m"),
    					Min:            getResourceList("0m", "100m"),
    					DefaultRequest: getResourceList("10m", "100m"),
    				}},
    			}},
    			"may not be specified when `type` is 'Pod'",
    		},
    		"min value 100m is greater than max value 10m": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zerrors_windows.go

    	ERROR_CANNOT_OPEN_PROFILE                                                 syscall.Errno = 1205
    	ERROR_BAD_PROFILE                                                         syscall.Errno = 1206
    	ERROR_NOT_CONTAINER                                                       syscall.Errno = 1207
    	ERROR_EXTENDED_ERROR                                                      syscall.Errno = 1208
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 15 19:02:39 UTC 2021
    - 923.3K bytes
    - Viewed (0)
  3. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    57S\354?p\333\260\342\3646\326?t(\334o\375\371\306?\037,d\0131S\354?N\203\r\257\224\205\340?\204\265\177\255\2248\343?\231\251\017-V\321\356?\204\375\207\363+\033\341?\270\326w\366\234\270\345?\364g=\340\235F\327?\270\351\035E\t\271\320?2U3\210M\372\332?\220M\247\264\307\324\351?\367\333[\001\225#\341?\233\030\236<\267W\354?d\0321>\274;\314?\250\t\213\350\343\033\337?\226\247\014\243C/\327?@OM\330\277\353\205?\230\3702\366^\322\344?\020\352\262\253\260\223\302?\232\\\3403qJ\354?\370\375}\002\243...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                    {{- end }}
                    resources:
                      limits:
                        cpu: "2"
                        memory: 1Gi
                      requests:
                        cpu: 100m
                        memory: 128Mi
                    startupProbe:
                      failureThreshold: 30
                      httpGet:
                        path: /healthz/ready
                        port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (windows-amd64), const CTRL_SHUTDOWN_EVENT ideal-int
    pkg testing, method (*B) Cleanup(func())
    pkg testing, method (*T) Cleanup(func())
    pkg testing, type TB interface, Cleanup(func())
    pkg unicode, const Version = "12.0.0"
    pkg unicode, var Elymaic *RangeTable
    pkg unicode, var Nandinagari *RangeTable
    pkg unicode, var Nyiakeng_Puachue_Hmong *RangeTable
    pkg unicode, var Wancho *RangeTable
    # freebsd arm64 port
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. src/testdata/Isaac.Newton-Opticks.txt

    whose Quantities are inconsiderable. As for instance, if the Sine of
    Incidence I, be to the Sine of Refraction R, as 20 to 31, and if D the
    Diameter of the Sphere, to which the Convex-side of the Glass is ground,
    be 100 Feet or 1200 Inches, and S the Semi-diameter of the Aperture be
    two Inches, the Diameter of the little Circle, (that is (_Rq × S
    cub.)/(Iq × D quad._)) will be (31 × 31 × 8)/(20 × 20 × 1200 × 1200) (or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 01 16:16:21 UTC 2018
    - 553.9K bytes
    - Viewed (0)
  7. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    A7BB          ; valid                                  # 12.0 LATIN SMALL LETTER GLOTTAL A
    A7BC          ; mapped                 ; A7BD          # 12.0 LATIN CAPITAL LETTER GLOTTAL I
    A7BD          ; valid                                  # 12.0 LATIN SMALL LETTER GLOTTAL I
    A7BE          ; mapped                 ; A7BF          # 12.0 LATIN CAPITAL LETTER GLOTTAL U
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    input.dims = (4, 8, ...)
    seq_lengths = [7, 2, 3, 5]
    
    # then slices of input are reversed on seq_dim, but only up to seq_lengths:
    output[0, 0:7, :, ...] = input[0, 7:0:-1, :, ...]
    output[1, 0:2, :, ...] = input[1, 2:0:-1, :, ...]
    output[2, 0:3, :, ...] = input[2, 3:0:-1, :, ...]
    output[3, 0:5, :, ...] = input[3, 5:0:-1, :, ...]
    
    # while entries past seq_lens are copied through:
    output[0, 7:, :, ...] = input[0, 7:, :, ...]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top