Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for search_ (0.26 sec)

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

    	}, {
    		desc: "valid: 1 search path",
    		dnsConfig: &core.PodDNSConfig{
    			Searches: []string{"custom"},
    		},
    		expectedError: false,
    	}, {
    		desc: "valid: 1 search path with trailing period",
    		dnsConfig: &core.PodDNSConfig{
    			Searches: []string{"custom."},
    		},
    		expectedError: false,
    	}, {
    		desc: "valid: 3 nameservers and 6 search paths(legacy)",
    		dnsConfig: &core.PodDNSConfig{
    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

    	},
    	"sort": {
    		{"(Float64Slice).Len", Method, 0},
    		{"(Float64Slice).Less", Method, 0},
    		{"(Float64Slice).Search", Method, 0},
    		{"(Float64Slice).Sort", Method, 0},
    		{"(Float64Slice).Swap", Method, 0},
    		{"(IntSlice).Len", Method, 0},
    		{"(IntSlice).Less", Method, 0},
    		{"(IntSlice).Search", Method, 0},
    		{"(IntSlice).Sort", Method, 0},
    		{"(IntSlice).Swap", Method, 0},
    		{"(StringSlice).Len", 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

                },
                "type": "array",
                "x-kubernetes-list-type": "atomic"
              },
              "searches": {
                "description": "A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed.",
                "items": {
                  "default": "",
                  "type": "string"
                },
    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

    See https://arxiv.org/abs/2206.14286 for the algorithm details.
    This op is only optimized on TPU currently.
      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Bfloat16, TF_Float16, TF_Float32]>, [{Array to search. Must be at least 1-D of the floating type}]>:$input,
    
        ConfinedAttr<I64Attr, [IntMinValue<0>]>:$k,
        DefaultValuedOptionalAttr<I64Attr, "-1">:$reduction_dimension,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. RELEASE.md

        1.x behavior.
    
    *   `CUDNN_INSTALL_PATH`, `TENSORRT_INSTALL_PATH`, `NCCL_INSTALL_PATH`,
        `NCCL_HDR_PATH` are deprecated. Use `TF_CUDA_PATHS` instead which supports a
        comma-separated list of base paths that are searched to find CUDA libraries
        and headers.
    
    Refer to our
    [public project status tracker](https://github.com/orgs/tensorflow/projects/4)
    and
    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