Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 116 for myproduct (0.14 sec)

  1. platforms/documentation/docs/build.gradle

            }
    
            structuringSoftwareProjects {
                sampleDirectory = samplesRoot.dir("build-organization/structuring-software-projects")
                description = "Structuring a software product project with Gradle"
                category = "Build organization"
                common {
                    from(templates.structuringSoftwareProjects)
                }
            }
    
            compositeBuildsBasics {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 15:37:11 UTC 2024
    - 42K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    # if GTEST_HAS_COMBINE
    // Combine() allows the user to combine two or more sequences to produce
    // values of a Cartesian product of those sequences' elements.
    //
    // Synopsis:
    // Combine(gen1, gen2, ..., genN)
    //   - returns a generator producing sequences with elements coming from
    //     the Cartesian product of elements from the sequences generated by
    //     gen1, gen2, ..., genN. The sequence elements will have a type of
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    .Changing the JVM target using toolchains
    ====
    include::sample[dir="samples/java/jvm-multi-project-with-toolchains/kotlin/",files="buildSrc/src/main/kotlin/myproject.java-conventions.gradle.kts[tags=toolchain]"]
    include::sample[dir="samples/java/jvm-multi-project-with-toolchains/groovy/",files="buildSrc/src/main/groovy/myproject.java-conventions.gradle[tags=toolchain]"]
    ====
    
    [[sec:kotlin]]
    == The embedded Kotlin
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  4. src/archive/tar/common.go

    // The value returned is the logical OR of multiple possible formats.
    // If the value is FormatUnknown, then the input Header cannot be encoded
    // and an error is returned explaining why.
    //
    // As a by-product of checking the fields, this function returns paxHdrs, which
    // contain all fields that could not be directly encoded.
    // A value receiver ensures that this method does not mutate the source Header.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 15 16:01:50 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/schema/schema.fbs

      inputs:[int];
    
      // Indices of the tensors that are outputs out of this subgraph. Note this is
      // the list of output tensors that are considered the product of the
      // subgraph's inference.
      outputs:[int];
    
      // All operators, in execution order.
      operators:[Operator];
    
      // Name of this subgraph (used for debugging).
      name:string;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation.go

    		_, _, err := cel.ValidFieldPath(path, ss)
    		return err == nil
    	}
    	return true
    }
    
    // multiplyWithOverflowGuard returns the product of baseCost and cardinality unless that product
    // would exceed math.MaxUint, in which case math.MaxUint is returned.
    func multiplyWithOverflowGuard(baseCost, cardinality uint64) uint64 {
    	if baseCost == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 82.6K bytes
    - Viewed (0)
  7. src/crypto/internal/bigmod/nat.go

    			//       d := bLimbs[i]
    			//       T[n+i] = addMulVVW(T[i:n+i], aLimbs, d)
    			//   }
    			//
    			// where d is a digit of the multiplier, T[i:n+i] is the shifted
    			// position of the product of that digit, and T[n+i] is the final carry.
    			// Note that T[i] isn't modified after processing the i-th digit.
    			//
    			// Instead of running two loops, one for Step 1 and one for Steps 2–6,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 24K bytes
    - Viewed (0)
  8. operator/cmd/mesh/manifest-generate_test.go

    			return "", true
    		}
    		if ls.pod.Get("sidecar.istio.io/inject") == "false" {
    			return "", true
    		}
    		return "", false
    	}
    
    	// We test the cross product namespace and pod labels:
    	// 1. revision label (istio.io/rev)
    	// 2. inject label true (istio-injection on namespace, sidecar.istio.io/inject on pod)
    	// 3. inject label false
    	// 4. inject label true and revision label
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 18:05:06 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  9. src/math/big/natdiv.go

    		// by decrementing q̂ and adding v back, same as in long division.
    
    		// TODO(rsc): Instead of subtract and fix-up, this code is computing
    		// q̂·vₙ₋₂ and decrementing q̂ until that product is ≤ u.
    		// But we can do the subtraction directly, as in the comment above
    		// and in long division, because we know that q̂ is wrong by at most one.
    		qhatv := tmp.make(3 * n)
    		clear(qhatv)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 17:02:38 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

      [
        (FloatValueEquals<"0"> $threshold),
        (isF32Splat $alpha),
        (HasOneUse $geq_out),
        (HasOneUse $mul_out),
      ]>;
    
    // Return true if the product of dimension values of a subsection of the tensor
    // is equal to the non-contracting dimension after a reshape
    class BroadcastDimsProductEqual<int agg_start_idx> : Constraint<CPred<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top