Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for bigN (1.73 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SqrtPhi", Const, 0},
    		{"SqrtPi", Const, 0},
    		{"Tan", Func, 0},
    		{"Tanh", Func, 0},
    		{"Trunc", Func, 0},
    		{"Y0", Func, 0},
    		{"Y1", Func, 0},
    		{"Yn", Func, 0},
    	},
    	"math/big": {
    		{"(*Float).Abs", Method, 5},
    		{"(*Float).Acc", Method, 5},
    		{"(*Float).Add", Method, 5},
    		{"(*Float).Append", Method, 5},
    		{"(*Float).Cmp", Method, 5},
    		{"(*Float).Copy", Method, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    		spec: core.LimitRangeSpec{
    			Limits: []core.LimitRangeItem{{
    				Type: core.LimitTypePersistentVolumeClaim,
    				Max:  getStorageResourceList("10Gi"),
    			}},
    		},
    	}, {
    		name: "all-fields-valid-big-numbers",
    		spec: core.LimitRangeSpec{
    			Limits: []core.LimitRangeItem{{
    				Type:                 core.LimitTypeContainer,
    				Max:                  getResourceList("100m", "10000T"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. RELEASE.md

            (`tf.Graph` or `tf.compat.v1.GraphDef`) as a summary. This is not a
            replacement for the trace-based API.
    
    *   Set `/d2ReducedOptimizeHugeFunctions` by default for Windows builds. This
        provides a big compile-time speedup, and effectively raises the minimum
        supported MSVC version to 16.4 (current: 16.8).
    
        *   See:
            https://groups.google.com/a/tensorflow.org/d/topic/build/SsW98Eo7l3o/discussion
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top