Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for LOGICAL (0.22 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "Endpoint represents a single logical \"backend\" implementing a service.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"addresses": {
    						VendorExtensible: spec.VendorExtensible{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_AllOp : TF_Op<"All", [Pure]> {
      let summary = [{
    Computes the "logical and" of elements across dimensions of a tensor.
      }];
    
      let description = [{
    Reduces `input` along the dimensions given in `axis`. Unless
    `keep_dims` is true, the rank of the tensor is reduced by 1 for each entry in
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.27.md

    - Fixed issue on Windows when calculating cpu limits on nodes with more than 64 logical processors ([#114231](https://github.com/kubernetes/kubernetes/pull/114231), [@mweibel](https://github.com/mweibel))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

              "type": "string"
            }
          },
          "type": "object"
        },
        "io.k8s.api.discovery.v1.Endpoint": {
          "description": "Endpoint represents a single logical \"backend\" implementing a service.",
          "properties": {
            "addresses": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. RELEASE.md

                is not there, it means they are off.
    
    ## Bug Fixes and Other Changes
    
    *   New argument `experimental_device_ordinal` in `LogicalDeviceConfiguration`
        to control the order of logical devices (GPU only).
    
    *   `tf.keras`:
    
        *   Changed the TensorBoard tag names produced by the
            `tf.keras.callbacks.TensorBoard` callback, so that summaries logged
    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