Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 16 of 16 for Transformed (0.15 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/tests/uniform-quantized-stablehlo-to-tfl.mlir

    // -----
    
    // Tests that when the weight tensor for `stablehlo.dot_general` has a
    // `stablehlo.constant` -> `stablehlo.transpose` pattern, the
    // `stablehlo.constant` is directly transformed to `tfl.pseudo_qconst`, which
    // becomes the rhs of `tfl.fully_connected`. This is because
    // `tfl.fully_connected` accepts a [o, i] format for rhs, which
    // `stablehlo.constant` op already has before the transpose.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 106.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      for (auto pair : llvm::zip(op.getResults(), unpack_unary_op.getResults())) {
        OpResult old_result = std::get<0>(pair);  // result of original Unpack
        OpResult new_result = std::get<1>(pair);  // result of transformed Unpack
        for (Operation *user : llvm::make_early_inc_range(old_result.getUsers()))
          rewriter.replaceOp(user, ValueRange(new_result));
      }
    
      // Erase original unpack operation.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  3. src/encoding/json/testdata/code.json.gz

    _weight":0.0021801110659681613,"touches":3,"min_t":1229474548,"max_t":1238022568,"mean_t":1234567577},{"name":"repeat","kids":[{"name":"negative-offset-repeat-transformed-expected.png","kids":[],"cl_weight":0.00803938517900127,"touches":3,"min_t":1229474548,"max_t":1238022568,"mean_t":1234908769},{"name":"negative-offset-repeat-transformed-expected.checksum","kids":[],"cl_weight":0.00803938517900127,"touches":3,"min_t":1229474548,"max_t":1238022568,"mean_t":1234908769},{"name":"negative-offset-r...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  4. maven-model-builder/src/test/resources/dag.txt

    	quarkus/test-framework/junit5-internal/pom.xml
    	quarkus/test-framework/h2/pom.xml
    	quarkus/extensions/jdbc/jdbc-h2/deployment/pom.xml
    quarkus/integration-tests/class-transformer/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/integration-tests/class-transformer/runtime/pom.xml
    quarkus/extensions/smallrye-openapi/deployment/pom.xml
    	quarkus/core/deployment/pom.xml
    	quarkus/extensions/vertx-http/deployment/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			return nil
    		}
    
    		if _, err := registry.Create(testContext, test.pod, rest.ValidateAllObjectFunc, &metav1.CreateOptions{}); err != nil {
    			t.Fatalf("unexpected error: %v", err)
    		}
    
    		transformer := func(ctx context.Context, newObj runtime.Object, oldObj runtime.Object) (transformedNewObj runtime.Object, err error) {
    			<-ready
    			pod, ok := newObj.(*example.Pod)
    			if !ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  6. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    first Prism, converted into the oblong Spectrum, PT: then ought every Circle AG, BH, CJ, &c. in that Spectrum, by the cross Refraction of the second Prism again dilating or otherwise scattering the Rays as before, to be in like manner drawn out and transformed into an oblong Figure, and thereby the breadth of the Image PT would be now as much augmented as the length of the Image Y was before by the Refraction of the first Prism; and thus by the Refractions of both Prisms together would be formed a four...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top