Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 56 for modes (0.05 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        this will happen in one of the last steps before emitting the flatbuffer model
        in order to enable optimizations that rely on a fixed order of operations (such
        as rematerialization.)
        The flatbuffer exporter will unwrap the wrapped region and annotate the generated
        model with metadata such that any runtime reorderings will respect the order
        given by the control dependencies.
      }];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. maven-model-builder/src/test/resources/dag.txt

    quarkus/integration-tests/jpa-mapping-xml/legacy-library-a/pom.xml
    	quarkus/extensions/hibernate-orm/runtime/pom.xml
    quarkus/independent-projects/bootstrap/gradle-resolver/pom.xml
    	quarkus/independent-projects/bootstrap/app-model/pom.xml
    quarkus/integration-tests/test-extension/extension/runtime/pom.xml
    	quarkus/extensions/arc/runtime/pom.xml
    	quarkus/extensions/undertow/runtime/pom.xml
    	quarkus/extensions/jaxb/runtime/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)
  3. tensorflow/compiler/mlir/lite/transforms/optimize.cc

        // Match Add.
        DenseElementsAttr added_value;
        Value constant_val = add_op.getRhs();
        if (!matchPattern(constant_val, m_Constant(&added_value))) {
          // The constant may be preceded by QDQs in models with QDQ format, so we
          // should set it to the real constant.
          auto dq = dyn_cast_or_null<DequantizeOp>(constant_val.getDefiningOp());
          if (!dq) return failure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&minusdu;":                         "\u2a2a",
    	"&mlcp;":                            "\u2adb",
    	"&mldr;":                            "\u2026",
    	"&mnplus;":                          "\u2213",
    	"&models;":                          "\u22a7",
    	"&mopf;":                            "\U0001d55e",
    	"&mp;":                              "\u2213",
    	"&mscr;":                            "\U0001d4c2",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/cache/LocalCache.java

         * be read without locking. Next fields of nodes are immutable (final). All list additions are
         * performed at the front of each bin. This makes it easy to check changes, and also fast to
         * traverse. When nodes would otherwise be changed, new nodes are created to replace them. This
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 143.6K bytes
    - Viewed (0)
  6. src/html/entity.go

    		"minusdu;":                         '\U00002A2A',
    		"mlcp;":                            '\U00002ADB',
    		"mldr;":                            '\U00002026',
    		"mnplus;":                          '\U00002213',
    		"models;":                          '\U000022A7',
    		"mopf;":                            '\U0001D55E',
    		"mp;":                              '\U00002213',
    		"mscr;":                            '\U0001D4C2',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/s390x/asmz.go

    	op_SAL     uint32 = 0xB237 // FORMAT_S          SET ADDRESS LIMIT
    	op_SAM24   uint32 = 0x010C // FORMAT_E          SET ADDRESSING MODE (24)
    	op_SAM31   uint32 = 0x010D // FORMAT_E          SET ADDRESSING MODE (31)
    	op_SAM64   uint32 = 0x010E // FORMAT_E          SET ADDRESSING MODE (64)
    	op_SAR     uint32 = 0xB24E // FORMAT_RRE        SET ACCESS
    	op_SCHM    uint32 = 0xB23C // FORMAT_S          SET CHANNEL MONITOR
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  8. go.sum

    github.com/google/cel-go v0.17.8 h1:j9m730pMZt1Fc4oKhCLUHfjj6527LuhYcYw0Rl8gqto=
    github.com/google/cel-go v0.17.8/go.mod h1:HXZKzB0LXqer5lHHgfWAnlYwJaQBDKMjxjulNQzhwhY=
    github.com/google/gnostic-models v0.6.8 h1:yo/ABAfM5IMRsS1VnXjTBvUb61tFIHozhlYvRgGre9I=
    github.com/google/gnostic-models v0.6.8/go.mod h1:5n7qKqH0f5wFt+aWF8CW6pZLLNOfYuF5OpfBSENuI8U=
    github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  9. pkg/config/validation/validation.go

    		}
    		return
    	}
    
    	if tls.Mode == networking.ServerTLSSettings_PASSTHROUGH || tls.Mode == networking.ServerTLSSettings_AUTO_PASSTHROUGH {
    		if tls.CaCrl != "" || tls.ServerCertificate != "" || tls.PrivateKey != "" || tls.CaCertificates != "" || tls.CredentialName != "" {
    			// Warn for backwards compatibility
    			v = AppendWarningf(v, "%v mode does not use certificates, they will be ignored", tls.Mode)
    		}
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

          int64_t output_size = mlir::cast<ShapedType>(conv_op.getType())
                                    .getDimSize(output_spatial_dims[i - 1]);
    
          // stablehlo.convolution op needs explicit padding to be set to model any
          // Transposed-Convolution in JAX/PT. Checking to see if-
          // 1. Pre set padding matches to the desired padding
          // 2. Output size respects the `VALID` padding scenario
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
Back to top