Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for mixin (0.08 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    // CHECK: [[OP_C:%.+]] = "tf.opC"([[REPLICATE]]#4, [[REPLICATE]]#5)
    
    // -----
    
    // For the single replica case:
    // - Ensures that Identity ops are ignored.
    // - Checks that mixing TPUPartitionedOutputV2 and TPUReplicatedOutput works.
    
    func.func @single_replica_mixed_partitioned_outputs(%arg0: tensor<?xi32>) -> (tensor<?xi32>, tensor<?xi32>, tensor<?xf32>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  2. src/html/template/exec_test.go

    	{"ge `xy` `xyz`", "false", true},
    	{"ge `xyz` `xy`", "true", true},
    	{"ge .Uthree .Uthree", "true", true},
    	{"ge .Uthree .Ufour", "false", true},
    	{"ge .Ufour .Uthree", "true", true},
    	// Mixing signed and unsigned integers.
    	{"eq .Uthree .Three", "true", true},
    	{"eq .Three .Uthree", "true", true},
    	{"le .Uthree .Three", "true", true},
    	{"le .Three .Uthree", "true", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/types.go

    }
    
    // IngressRuleValue represents a rule to apply against incoming requests. If the
    // rule is satisfied, the request is routed to the specified backend. Currently
    // mixing different types of rules in a single Ingress is disallowed, so exactly
    // one of the following must be set.
    type IngressRuleValue struct {
    	//TODO:
    	// 1. Consider renaming this resource and the associated rules so they
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:29 UTC 2023
    - 61.3K bytes
    - Viewed (0)
  4. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

    class PomConstructionTest {
        private static String BASE_DIR = "src/test";
    
        private static String BASE_POM_DIR = BASE_DIR + "/resources-project-builder";
    
        private static String BASE_MIXIN_DIR = BASE_DIR + "/resources-mixins";
    
        @Inject
        private DefaultProjectBuilder projectBuilder;
    
        @Inject
        private MavenRepositorySystem repositorySystem;
    
        private File testDirectory;
    
        @BeforeEach
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  5. src/text/template/exec_test.go

    	{"ge `xy` `xyz`", "false", true},
    	{"ge `xyz` `xy`", "true", true},
    	{"ge .Uthree .Uthree", "true", true},
    	{"ge .Uthree .Ufour", "false", true},
    	{"ge .Ufour .Uthree", "true", true},
    	// Mixing signed and unsigned integers.
    	{"eq .Uthree .Three", "true", true},
    	{"eq .Three .Uthree", "true", true},
    	{"le .Uthree .Three", "true", true},
    	{"le .Three .Uthree", "true", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

    See link:https://kotlinlang.org/docs/reference/java-interop.html#compiler-configuration[Calling Java code from Kotlin] in the Kotlin documentation for more information.
    
    [[sec:interoperability]]
    == Interoperability
    
    When mixing languages in your build logic, you may have to cross language boundaries.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  7. guava/src/com/google/common/collect/MapMakerInternalMap.java

        /** Gets the value for the entry. */
        V getValue();
      }
    
      /*
       * Note: the following classes have a lot of duplicate code. It sucks, but it saves a lot of
       * memory. If only Java had mixins!
       */
    
      /** Base class for {@link InternalEntry} implementations for strong keys. */
      abstract static class AbstractStrongKeyEntry<K, V, E extends InternalEntry<K, V, E>>
          implements InternalEntry<K, V, E> {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  8. android/guava/src/com/google/common/collect/MapMakerInternalMap.java

        /** Gets the value for the entry. */
        V getValue();
      }
    
      /*
       * Note: the following classes have a lot of duplicate code. It sucks, but it saves a lot of
       * memory. If only Java had mixins!
       */
    
      /** Base class for {@link InternalEntry} implementations for strong keys. */
      abstract static class AbstractStrongKeyEntry<K, V, E extends InternalEntry<K, V, E>>
          implements InternalEntry<K, V, E> {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sat May 18 03:24:34 UTC 2024
    - 90.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    [[convention_mapping]]
    ==== Using convention mapping with properties with type Provider is deprecated
    Convention mapping is an internal feature that is been replaced by the <<lazy_configuration#lazy_configuration,Provider API>>.
    When mixing convention mapping with the Provider API, unexpected behavior can occur.
    Gradle emits a deprecation warning when a property in a task, extension or other domain object uses convention mapping with the Provider API.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  10. src/reflect/type.go

    	pp.PtrToThis = 0
    
    	// For the type structures linked into the binary, the
    	// compiler provides a good hash of the string.
    	// Create a good hash for the new string by using
    	// the FNV-1 hash's mixing function to combine the
    	// old hash and the new "*".
    	pp.Hash = fnv1(t.t.Hash, '*')
    
    	pp.Elem = at
    
    	pi, _ := ptrMap.LoadOrStore(t, &pp)
    	return &pi.(*ptrType).Type
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 85.5K bytes
    - Viewed (0)
Back to top