Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 14 of 14 for myproduct (0.1 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/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: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  2. 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)
  3. 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)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    `archiveVersion` — `Property<String>`, default: `__project.version__`::
    The version portion of the archive file name, typically in the form of a normal project or product version.
    
    `archiveClassifier` — `Property<String>`, default: `null`::
    The classifier portion of the archive file name. Often used to distinguish between archives that target different platforms.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
Back to top