Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for sols (0.13 sec)

  1. cmd/iam-store.go

    		// Load any associated policy definitions
    		if !stsAccountFound {
    			pols, _ := cache.iamUserPolicyMap.Load(accessKey)
    			for _, policy := range pols.toSlice() {
    				if _, found = cache.iamPolicyDocsMap[policy]; !found {
    					err = store.loadPolicyDocWithRetry(ctx, policy, cache.iamPolicyDocsMap, 3)
    				}
    			}
    		} else {
    			pols, _ := cache.iamSTSPolicyMap.Load(stsUserCred.Credentials.AccessKey)
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 75.8K bytes
    - Viewed (0)
  2. CREDITS

          or other liability obligations and/or rights consistent with this
          License. However, in accepting such obligations, You may act only
          on Your own behalf and on Your sole responsibility, not on behalf
          of any other Contributor, and only if You agree to indemnify,
          defend, and hold each Contributor harmless for any liability
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        int64_t num_dims = input_type.getRank();
        if (num_dims < 2) return failure();
        int64_t rows = input_type.getDimSize(num_dims - 2);  // rows
        int64_t cols = input_type.getDimSize(num_dims - 1);  // cols
    
        // We extract the diagonals from k[0] up to and including k[1].
        // Addressing is 0 for the main diagonal. (So k = [0, 0] would just extract
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (1)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      }];
    
      let arguments = (ins
        Arg<TensorOf<[TF_Float16, TF_Float32, TF_Float64]>, [{Shape `[batch, depth, rows, cols, in_channels]`.}]>:$input,
        Arg<TensorOf<[TF_Float16, TF_Float32, TF_Float64]>, [{Shape `[depth, rows, cols, in_channels, out_channels]`.
    `in_channels` must match between `input` and `filter`.}]>:$filter,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_8.adoc

    originally mentioned in the feature documentation (which had an `unsafe` part in their names, e.g. `org.gradle.unsafe.configuration-cache`) were renamed, in some cases, by just removing the `unsafe` bit.
    
    [cols="1,1", options="header"]
    |===
    
    | Incubating property
    | Finalized property
    
    |`org.gradle.unsafe.configuration-cache`
    |`org.gradle.configuration-cache`
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 17:01:07 UTC 2024
    - 90.7K bytes
    - Viewed (2)
  6. cluster/gce/util.sh

      CLOUD_PVL_ADMISSION_PRIMARY_CN="${primary_cn}" CLOUD_PVL_ADMISSION_SANS="${sans}" generate-cloud-pvl-admission-certs
    
      # By default, linux wraps base64 output every 76 cols, so we use 'tr -d' to remove whitespaces.
      # Note 'base64 -w0' doesn't work on Mac OS X, which has different flags.
      CA_KEY_BASE64=$(base64 "${CERT_DIR}/pki/private/ca.key" | tr -d '\r\n')
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top