Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 74 of 74 for hardware (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/passes.td

        `[b, f, 0, 1]x[o, i, 0, 1]->[b, f, 0, 1]` format and converts it to
        `[b, 0, 1, f]x[0, 1, i, o]->[b, 0, 1, f]` format.
    
        This pass is useful to convert models that conventionally use the NCHW
        format to target hardwares that are more NHWC-friendly.
      }];
      let dependentDialects = ["mlir::stablehlo::StablehloDialect"];
    }
    
    def DeferActivationTransposePass : Pass<"stablehlo-defer-activation-transpose", "mlir::func::FuncOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeDependentComponentsReportIntegrationTest.groovy

        }
    
        def "report renders variant binaries"() {
            buildFile << """
                apply plugin: 'cpp'
                model {
                    flavors {
                        freeware
                        shareware
                        shrinkware
                    }
    
                    components {
                        lib(NativeLibrarySpec)
    
                        main(NativeExecutableSpec) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Range.java

         * mix of "less than" and "greater than"). We've also switched to "strictly less than" rather
         * than "less than or equal to" because of *handwave* the difference between "endpoints of
         * inclusive ranges" and "Cuts."
         */
        if (lowerBound.compareTo(otherRange.upperBound) < 0
            && otherRange.lowerBound.compareTo(upperBound) < 0) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Range.java

         * mix of "less than" and "greater than"). We've also switched to "strictly less than" rather
         * than "less than or equal to" because of *handwave* the difference between "endpoints of
         * inclusive ranges" and "Cuts."
         */
        if (lowerBound.compareTo(otherRange.upperBound) < 0
            && otherRange.lowerBound.compareTo(upperBound) < 0) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top