Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for space1 (0.54 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Header", Const, 0},
    		{"Marshal", Func, 0},
    		{"MarshalIndent", Func, 0},
    		{"Marshaler", Type, 2},
    		{"MarshalerAttr", Type, 2},
    		{"Name", Type, 0},
    		{"Name.Local", Field, 0},
    		{"Name.Space", Field, 0},
    		{"NewDecoder", Func, 0},
    		{"NewEncoder", Func, 0},
    		{"NewTokenDecoder", Func, 10},
    		{"ProcInst", Type, 0},
    		{"ProcInst.Inst", Field, 0},
    		{"ProcInst.Target", Field, 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)
  2. pkg/apis/core/validation/validation_test.go

    	}, {
    		testName: "RunAsUserName's User cannot contain only spaces or periods",
    		windowsOptions: &core.WindowsSecurityContextOptions{
    			RunAsUserName: toPtr("... ..."),
    		},
    		expectedErrorSubstring: "runAsUserName's User cannot contain only periods or spaces",
    	}, {
    		testName: "RunAsUserName's NetBios Domain cannot start with a dot",
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        }
      }];
    }
    
    def TF_LinSpaceOp : TF_Op<"LinSpace", [Pure]> {
      let summary = "Generates values in an interval.";
    
      let description = [{
    A sequence of `num` evenly-spaced values are generated beginning at `start`.
    If `num > 1`, the values in the sequence increase by
    `(stop - start) / (num - 1)`, so that the last one is exactly `stop`.
    
    For example:
    
    ```
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              },
              "namespace": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              },
              "namespace": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. RELEASE.md

        *   Updates to "constrained_optimization" in tensorflow/contrib.
        *   boosted trees: adding pruning mode.
        *   tf.train.Checkpoint does not delete old checkpoints by default.
        *   tfdbg: Limit the total disk space occupied by dumped tensor data to 100
            GBytes. Add environment variable `TFDBG_DISK_BYTES_LIMIT` to allow
            adjustment of this upper limit.
    
    ## Thanks to our Contributors
    
    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