Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 287 for canonicalized (0.34 sec)

  1. src/go/types/union.go

    // ----------------------------------------------------------------------------
    // API
    
    // A Union represents a union of terms embedded in an interface.
    type Union struct {
    	terms []*Term // list of syntactical terms (not a canonicalized termlist)
    }
    
    // NewUnion returns a new [Union] type with the given terms.
    // It is an error to create an empty union; they are syntactically not possible.
    func NewUnion(terms []*Term) *Union {
    	if len(terms) == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/stack_ops_decomposition.cc

                 << "found unexpected type " << operand.get().getType()
                 << " of operand #" << operand.getOperandNumber()
                 << ", resource type operands are expected to have been "
                    "canonicalized away for region based control flow ops";
        }
      }
      for (OpResult result : op.getResults()) {
        if (mlir::isa<TF::ResourceType>(getElementTypeOrSelf(result.getType()))) {
          return op.emitOpError()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

            ++offset_index;
          }
        }
    
        // Populate the trnaspose permutation params from a "canonicalized" output
        // to the real output.
        // The canonicalized layout would be batch_dims followed by sliced_dims.
        // The current layout is essentially a transpose after the canonicalized
        // layout.
        // Take the following as an example:
        // If we have the:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/ProjectConnection.java

         * The caller shouldn't notify Gradle about changes detected by using other file
         * watchers, since Gradle already will be using its own file watcher.
         *
         * <p>The paths which are passed in need to be absolute, canonicalized paths.
         * For a delete, the deleted path should be passed.
         * For a rename, the old and the new path should be passed.
         * When creating a new file, the path to the file should be passed.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/xla_legalize_tf.cc

      if (legalize_chlo) {
        chlo::populateChloToHloPatterns(context, &hlo_converter, &patterns);
      }
      // ConstantLike op is convenient to create splat constants, but is
      // canonicalized to plain HLO constant if statically shaped. Add the
      // canonicalization pattern to pattern list to enable multi-hop lowering.
      chlo::ConstantLikeOp::getCanonicalizationPatterns(patterns, context);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/mod/semver/semver.go

    		return c
    	}
    	return comparePrerelease(pv.prerelease, pw.prerelease)
    }
    
    // Max canonicalizes its arguments and then returns the version string
    // that compares greater.
    //
    // Deprecated: use [Compare] instead. In most cases, returning a canonicalized
    // version is not expected or desired.
    func Max(v, w string) string {
    	v = Canonical(v)
    	w = Canonical(w)
    	if Compare(v, w) > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/internal/publicsuffix/PublicSuffixDatabase.kt

       * assertNull(getEffectiveTldPlusOne("com"));
       * assertNull(getEffectiveTldPlusOne("localhost"));
       * assertNull(getEffectiveTldPlusOne("mymacbook"));
       * ```
       *
       * @param domain A canonicalized domain. An International Domain Name (IDN) should be punycode
       *     encoded.
       */
      fun getEffectiveTldPlusOne(domain: String): String? {
        // We use UTF-8 in the list so we need to convert to Unicode.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/decompose_resource_ops.td

              (TF_AddV2Op (TF_SqrtOp $new_accum), $epsilon)
            )
          ),
          (TF_AssignVariableOp $accum_resource, $new_accum, (CreateConstBoolAttrFalse)),
        ]
      >;
    
    // ResourceApplyAdagrad op can be canonicalized to ResourceApplyAdagradV2 with
    // zero epsilon and then decomposed using DecomposeResourceApplyAdagradV2
    // pattern.
    def DecomposeResourceApplyAdagrad :
      Pattern<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/stack_ops_decomposition.mlir

      // expected-error @+1 {{found unexpected type 'tensor<!tf_type.resource<tensor<10xf32>>>' of operand #0, resource type operands are expected to have been canonicalized away for region based control flow ops}}
      %1:2 = "tf.WhileRegion"(%stack, %max_size) ({
        ^bb0 (%carg0: tensor<!tf_type.resource>, %carg1: tensor<i32>):
        %pred = "tf._SomeOp"(%carg1) : (tensor<i32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 25.8K bytes
    - Viewed (0)
  10. src/net/http/response.go

    	// Header values are duplicated by other fields in this struct (e.g.,
    	// ContentLength, TransferEncoding, Trailer), the field values are
    	// authoritative.
    	//
    	// Keys in the map are canonicalized (see CanonicalHeaderKey).
    	Header Header
    
    	// Body represents the response body.
    	//
    	// The response body is streamed on demand as the Body field
    	// is read. If the network connection fails or the server
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top