Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Else (0.08 sec)

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

    		if tc.ok && len(errs) > 0 {
    			t.Errorf("[%d] unexpected errors: %v", i, errs)
    		} else if !tc.ok && len(errs) == 0 {
    			t.Errorf("[%d] expected error type %v", i, tc.errtype)
    		} else if len(errs) > 1 {
    			t.Errorf("[%d] expected only one error, got %d", i, len(errs))
    		} else if !tc.ok {
    			if errs[0].Type != tc.errtype {
    				t.Errorf("[%d] expected error type %v, got %v", i, tc.errtype, errs[0].Type)
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    The input tensors `x` and `y` are 2-D or higher with shape `[..., r_x, c_x]`
    and `[..., r_y, c_y]`.
    
    The output tensor is 2-D or higher with shape `[..., r_o, c_o]`, where:
    
        r_o = c_x if adj_x else r_x
        c_o = r_y if adj_y else c_y
    
    It is computed as:
    
        output[..., :, :] = matrix(x[..., :, :]) * matrix(y[..., :, :])
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Ident", Type, 0},
    		{"Ident.Name", Field, 0},
    		{"Ident.NamePos", Field, 0},
    		{"Ident.Obj", Field, 0},
    		{"IfStmt", Type, 0},
    		{"IfStmt.Body", Field, 0},
    		{"IfStmt.Cond", Field, 0},
    		{"IfStmt.Else", Field, 0},
    		{"IfStmt.If", Field, 0},
    		{"IfStmt.Init", Field, 0},
    		{"ImportSpec", Type, 0},
    		{"ImportSpec.Comment", Field, 0},
    		{"ImportSpec.Doc", Field, 0},
    		{"ImportSpec.EndPos", 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)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                              a creation timestamp of "2020-09-08 01:02:03" is given precedence over
                              a Route with a creation timestamp of "2020-09-08 01:02:04".
                            * If everything else is equivalent, the Route appearing first in
                              alphabetical order (namespace/name) should be given precedence. For
                              example, foo/bar is given precedence over foo/baz.
    
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__apps__v1_openapi.json

            "properties": {
              "claimName": {
                "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)
  6. RELEASE.md

        *   Renaming of tensorflow::int64 to int_64_t in numerous places (the former
            is an alias for the latter) which could result in needing to regenerate
            selective op registration headers else execution would fail with
            unregistered kernels error.
    
    *   Modular File System Migration:
    
        *   Support for S3 and HDFS file systems has been migrated to a modular file
    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