Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for example2 (0.23 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                      If both the Listener and GRPCRoute have specified hostnames, any
                      GRPCRoute hostnames that do not match the Listener hostname MUST be
                      ignored. For example, if a Listener specified `*.example.com`, and the
                      GRPCRoute specified `test.example.com` and `test.example.net`,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = [{
    Invert (flip) each bit of supported types; for example, type `uint8` value 01010101 becomes 10101010.
      }];
    
      let description = [{
    Flip each bit of supported types.  For example, type `int8` (decimal 2) binary 00000010 becomes (decimal -3) binary 11111101.
    This operation is performed on each element of the tensor argument `x`.
    
    Example:
    ```python
    import tensorflow as tf
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    	}, {
    		"one readiness gate",
    		[]core.PodReadinessGate{{
    			ConditionType: core.PodConditionType("example.com/condition"),
    		}},
    	}, {
    		"two readiness gates",
    		[]core.PodReadinessGate{{
    			ConditionType: core.PodConditionType("example.com/condition1"),
    		}, {
    			ConditionType: core.PodConditionType("example.com/condition2"),
    		}},
    	},
    	}
    	for _, tc := range successCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "boolean"
              },
              "secretFile": {
                "description": "secretFile is Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it",
                "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)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"AllMethods", Const, 0},
    		{"Example", Type, 0},
    		{"Example.Code", Field, 0},
    		{"Example.Comments", Field, 0},
    		{"Example.Doc", Field, 0},
    		{"Example.EmptyOutput", Field, 1},
    		{"Example.Name", Field, 0},
    		{"Example.Order", Field, 1},
    		{"Example.Output", Field, 0},
    		{"Example.Play", Field, 1},
    		{"Example.Suffix", Field, 14},
    		{"Example.Unordered", Field, 7},
    		{"Examples", Func, 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)
  6. RELEASE.md

    *   [Performance] Increase performance of `tf.layers.conv2d` when setting
        use_bias=True by 2x by using nn.bias_add.
    *   Update iOS examples to use CocoaPods, and moved to tensorflow/examples/ios.
    *   Adds a family= attribute in `tf.summary` ops to allow controlling the tab
        name used in Tensorboard for organizing summaries.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "type": "string"
              }
            },
            "required": [
              "selector"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

     - Insert a debug container in clusters that don’t have ephemeral containers enabled 
     - Modify a crashing container for easier debugging by changing its image, for example to busybox, or its command, for example, to `sleep 1d` so you have time to `kubectl exec`.
     - Inspect configuration files on a node's host filesystem
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg go/doc, func NewFromFiles(*token.FileSet, []*ast.File, string, ...interface{}) (*Package, error)
    pkg go/doc, type Example struct, Suffix string
    pkg go/doc, type Func struct, Examples []*Example
    pkg go/doc, type Package struct, Examples []*Example
    pkg go/doc, type Type struct, Examples []*Example
    pkg hash/maphash, func MakeSeed() Seed
    pkg hash/maphash, method (*Hash) BlockSize() int
    pkg hash/maphash, method (*Hash) Reset()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/bootstrap.min.css.map

    use\n// this to tweak colors on an as-needed basis. This aesthetic change is based on\n// WebKit's default styles, but applicable to a wider range of browsers. Its\n// usability and accessibility should be taken into account with any change.\n//\n// Example usage: change the default blue border and shadow to white for better\n// contrast against a dark gray background.\n@mixin form-control-focus($ignore-warning: false) {\n  &:focus {\n    color: $input-focus-color;\n    background-color: $input-focus-bg;\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 626.8K bytes
    - Viewed (0)
Back to top