Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for taskname (0.23 sec)

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

    		return &s
    	}
    
    	testCases := []struct {
    		testName string
    
    		windowsOptions         *core.WindowsSecurityContextOptions
    		expectedErrorSubstring string
    	}{{
    		testName: "a nil pointer",
    	}, {
    		testName:       "an empty struct",
    		windowsOptions: &core.WindowsSecurityContextOptions{},
    	}, {
    		testName: "a valid input",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    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/tools/internal/stdlib/manifest.go

    		{"Type", Type, 0},
    		{"Version", Type, 0},
    	},
    	"debug/gosym": {
    		{"(*DecodingError).Error", Method, 0},
    		{"(*LineTable).LineToPC", Method, 0},
    		{"(*LineTable).PCToLine", Method, 0},
    		{"(*Sym).BaseName", Method, 0},
    		{"(*Sym).PackageName", Method, 0},
    		{"(*Sym).ReceiverName", Method, 0},
    		{"(*Sym).Static", Method, 0},
    		{"(*Table).LineToPC", Method, 0},
    		{"(*Table).LookupFunc", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "cachingMode": {
                "description": "cachingMode is the Host Caching mode: None, Read Only, Read Write.",
                "type": "string"
              },
              "diskName": {
                "default": "",
                "description": "diskName is the Name of the data disk in the blob storage",
                "type": "string"
              },
              "diskURI": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Generate a sharded filename. The filename is printf formatted as
      }];
    
      let description = [{
    %s-%05d-of-%05d, basename, shard, num_shards.
      }];
    
      let arguments = (ins
        TF_StrTensor:$basename,
        TF_Int32Tensor:$shard,
        TF_Int32Tensor:$num_shards
      );
    
      let results = (outs
        TF_StrTensor:$filename
      );
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

              type_attr: "T"
            }
            attr {
              name: "T"
              type: "type"
            }
          }
          op {
            name: "ShardedFilename"
            input_arg {
              name: "basename"
              type: DT_STRING
            }
            input_arg {
              name: "shard"
              type: DT_INT32
            }
            input_arg {
              name: "num_shards"
              type: DT_INT32
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  6. RELEASE.md

            Kronecker Product.
        *   Allow LinearOperator to broadcast.
        *   SavedModelBuilder will now deduplicate asset names that point to files
            with the same basename and the same contents. Note that this may result
            in new asset files included in SavedModels in cases where assets with
            the same name but different contents were previously overwriting each
            other.
    
    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