Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for validateTolerations (0.13 sec)

  1. pkg/util/tolerations/tolerations_test.go

    			gen.TolerationSeconds = utilpointer.Int64Ptr(r.Int63n(10))
    		}
    		// Ensure only valid tolerations are generated.
    		require.NoError(t, validation.ValidateTolerations([]api.Toleration{gen}, field.NewPath("")).ToAggregate(), "%#v", gen)
    		return gen
    	}
    	genTolerations := func() []api.Toleration {
    		result := []api.Toleration{}
    		for i := 0; i < r.Intn(10); i++ {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Aug 26 22:25:49 UTC 2019
    - 11.4K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/filesystem/modular_filesystem_registration.cc

    // individual function table and then checks that the function table for a
    // specific file type exists if the plugin offers support for creating that
    // type of files.
    static Status ValidateOperations(const TF_FilesystemPluginOps* ops) {
      TF_RETURN_IF_ERROR(ValidateHelper(ops->filesystem_ops));
      TF_RETURN_IF_ERROR(ValidateHelper(ops->random_access_file_ops));
      TF_RETURN_IF_ERROR(ValidateHelper(ops->writable_file_ops));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 07 22:08:43 UTC 2023
    - 12.8K bytes
    - Viewed (0)
Back to top