Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 36 for Generating (0.22 sec)

  1. src/cmd/link/internal/ppc64/asm.go

    		}
    		if target.IsPIE() && target.IsInternal() {
    			// When internally linking, generate dynamic relocations
    			// for all typical R_ADDR relocations. The exception
    			// are those R_ADDR that are created as part of generating
    			// the dynamic relocations and must be resolved statically.
    			//
    			// There are three phases relevant to understanding this:
    			//
    			//	dodata()  // we are here
    			//	address() // symbol address assignment
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ppc64/ssa.go

    		//	STXVD2X VS33,(R31)(R20)
    		//	ADD $32,R20
    		//	BC 16,0,top
    		// Bytes not moved by this loop are moved
    		// with a combination of the following instructions,
    		// starting with the largest sizes and generating as
    		// many as needed, using the appropriate offset value.
    		//	MOVD  n(R21),R31
    		//	MOVD  R31,n(R20)
    		//	MOVW  n1(R21),R31
    		//	MOVW  R31,n1(R20)
    		//	MOVH  n2(R21),R31
    		//	MOVH  R31,n2(R20)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AbstractClassGenerator.java

            /**
             * Called when the type has any non-static fields.
             */
            public void hasFields() {
            }
    
            /**
             * Handler can claim the property, taking responsibility for generating whatever is required to make the property work.
             * Handler is also expected to take care of validation.
             */
            boolean claimPropertyImplementation(PropertyMetadata property) {
                return false;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 21:54:37 UTC 2024
    - 63K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    ====
    
    [[config_cache:secrets:generating_encryption_key]]
    === Generating an encryption key that is compatible with GRADLE_ENCRYPTION_KEY
    
    For Gradle to encrypt the configuration cache using a user-specified encryption key,
    you must run Gradle while having the GRADLE_ENCRYPTION_KEY environment variable set with a valid AES key, encoded as a Base64 string.
    
    One way of generating a Base64-encoded AES-compatible key is by using a command like this:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test_base.py

          dtype: dtypes.DType = dtypes.float32,
          num_examples: int = 8,
      ) -> repr_dataset.RepresentativeDataset:
        """Creates a data generator to be used as representative dataset.
    
        Supports generating random value input tensors mapped by the `input_key`.
    
        Args:
          input_key: The string key that identifies the created tensor as an input.
          shape: Shape of the tensor data.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  6. pkg/apis/certificates/validation/validation_test.go

    func mustMakeCertificate(t *testing.T, template *x509.Certificate) []byte {
    	gen := mathrand.New(mathrand.NewSource(12345))
    
    	pub, priv, err := ed25519.GenerateKey(gen)
    	if err != nil {
    		t.Fatalf("Error while generating key: %v", err)
    	}
    
    	cert, err := x509.CreateCertificate(gen, template, template, pub, priv)
    	if err != nil {
    		t.Fatalf("Error while making certificate: %v", err)
    	}
    
    	return cert
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 03 18:40:49 UTC 2023
    - 61K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/configurations/DefaultConfiguration.java

                    .withAdvice("After a Configuration has been resolved, consumed as a variant, or used for generating published metadata, it should not be modified.")
                    .willBecomeAnErrorInGradle9()
                    .withUpgradeGuideSection(8, "mutate_configuration_after_locking")
                    .nagUser();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 85.4K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/regalloc.go

    }
    
    type dstRecord struct {
    	loc    Location // register or stack slot
    	vid    ID       // pre-regalloc value it should contain
    	splice **Value  // place to store reference to the generating instruction
    	pos    src.XPos // source position of use of this location
    }
    
    // setup initializes the edge state for shuffling.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 17:49:56 UTC 2023
    - 87.2K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    		//    CMPW  ret, $0
    		//    BNE ...
    		// instead of just
    		//    CS ...
    		//    BEQ ...
    		// but we can't do that because memory-using ops can't generate flags yet
    		// (flagalloc wants to move flag-generating instructions around).
    		{name: "LoweredAtomicCas32", argLength: 4, reg: cas, asm: "CS", aux: "SymOff", clobberFlags: true, faultOnNilArg0: true, hasSideEffects: true, symEffect: "RdWr"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        }
        rewriter.replaceOp(op, {result});
        return success();
      }
    };
    
    // Lowers ResizeNearestNeighbor to an indices computations with a gather along
    // the combined spatial dimensions. Generating the indices along the
    // width/height index could be used to gather along each of W and H dimension
    // of the input image array. To reduce to a single gather, these indices are
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top