Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for profilem (0.15 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      targeted conformance profile:
    
    
                      HTTP Profile
    
    
                      1. HTTPRoute, Port: 80, Protocol: HTTP
                      2. HTTPRoute, Port: 443, Protocol: HTTPS, TLS Mode: Terminate, TLS keypair provided
    
    
                      TLS Profile
    
    
                      1. TLSRoute, Port: 443, Protocol: TLS, TLS Mode: Passthrough
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    	}
    
    	for _, test := range tests {
    		err := ValidateAppArmorProfileFormat(test.profile)
    		if test.expectValid {
    			assert.NoError(t, err, "Profile %s should be valid", test.profile)
    		} else {
    			assert.Error(t, err, fmt.Sprintf("Profile %s should not be valid", test.profile))
    		}
    	}
    }
    
    func TestValidateDownwardAPIHostIPs(t *testing.T) {
    	testCases := []struct {
    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

        analyzing input pipeline performance with TF Profiler.
    
    *   [`tf.distribute.TPUStrategy`](https://www.tensorflow.org/api_docs/python/tf/distribute/TPUStrategy)
        is now a stable API and no longer considered experimental for TensorFlow.
        (earlier `tf.distribute.experimental.TPUStrategy`).
    
    *   [TF Profiler](https://www.tensorflow.org/guide/profiler) introduces two new
        tools: a memory profiler to visualize your model’s memory usage over time
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Sample.Value", Field, 16},
    		{"Value", Type, 16},
    		{"ValueKind", Type, 16},
    	},
    	"runtime/pprof": {
    		{"(*Profile).Add", Method, 0},
    		{"(*Profile).Count", Method, 0},
    		{"(*Profile).Name", Method, 0},
    		{"(*Profile).Remove", Method, 0},
    		{"(*Profile).WriteTo", Method, 0},
    		{"Do", Func, 9},
    		{"ForLabels", Func, 9},
    		{"Label", Func, 9},
    		{"LabelSet", Type, 9},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top