Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for room (0.09 sec)

  1. RELEASE.md

            didn't have the keys sorted, the keys and values were not being printed
            in accordance with their correct mapping.
    *   `tf.train.Checkpoint`:
        *   Now accepts a `root` argument in the initialization, which generates a
            checkpoint with a root object. This allows users to create a
            `Checkpoint` object that is compatible with Keras `model.save_weights()`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "integer"
              },
              "runAsNonRoot": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    				VolumeSource: core.VolumeSource{
    					Quobyte: &core.QuobyteVolumeSource{
    						Registry: "registry:7861",
    						Volume:   "volume",
    						ReadOnly: false,
    						User:     "root",
    						Group:    "root",
    						Tenant:   "ThisIsSomeTenantUUID",
    					},
    				},
    			},
    		}, {
    			name: "empty registry quobyte",
    			vol: core.Volume{
    				Name: "quobyte",
    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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

          return ArraysAreCastCompatible(inferred, actual);
        }
      }];
    }
    
    def TF_RsqrtOp : TF_Op<"Rsqrt", [Pure, TF_SameOperandsAndResultTypeResolveRef]> {
      let summary = "Computes reciprocal of square root of x element-wise.";
    
      let description = [{
    I.e., \\(y = 1 / \sqrt{x}\\).
      }];
    
      let arguments = (ins
        TF_FpOrComplexTensor:$x
      );
    
      let results = (outs
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top