Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for profilem (0.36 sec)

  1. 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)
  2. 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)
  3. 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)
Back to top