Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 585 for checkSeq (0.2 sec)

  1. tensorflow/compiler/jit/flags.cc

               &mark_for_compilation_flags->tf_xla_disable_strict_signature_checks,
               "If true, entires loaded into the XLA compile cache will not have "
               "their signatures checked strictly. Defaults to false."),
          Flag("tf_xla_persistent_cache_prefix",
               &mark_for_compilation_flags->tf_xla_persistent_cache_prefix,
               "Specifies the persistance cache prefix. Default is "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/tls.go

    	"istio.io/istio/pkg/slices"
    	"istio.io/istio/pkg/util/sets"
    )
    
    // Match by source labels, the listener port where traffic comes in, the gateway on which the rule is being
    // bound, etc. All these can be checked statically, since we are generating the configuration for a proxy
    // with predefined labels, on a specific port.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  3. maven-di/src/main/java/org/apache/maven/di/impl/Types.java

            return true;
        }
    
        /**
         * Tests whether a {@code from} type is assignable to {@code to} type
         *
         * @param to   a 'to' type that should be checked for possible assignment
         * @param from a 'from' type that should be checked for possible assignment
         * @return whether an object of type {@code from} is assignable to an object of type {@code to}
         */
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/ImmutableMultiset.java

    import java.util.Iterator;
    import java.util.List;
    import java.util.function.Function;
    import java.util.function.ToIntFunction;
    import java.util.stream.Collector;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A {@link Multiset} whose contents will never change, with many other important properties
     * detailed at {@link ImmutableCollection}.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 08 03:01:02 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  5. tests/joins_test.go

    		// user pet
    		if users2[idx].NamedPet == nil {
    			t.Fatalf("Failed to load NamedPet")
    		}
    		CheckPet(t, *user.NamedPet, *users2[idx].NamedPet)
    		// manager pet
    		if users2[idx].Manager.NamedPet == nil {
    			t.Fatalf("Failed to load NamedPet")
    		}
    		CheckPet(t, *user.Manager.NamedPet, *users2[idx].Manager.NamedPet)
    	}
    }
    
    func TestJoinsPreload_Issue7013(t *testing.T) {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:52:33 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/transforms/executor_island_coarsening.cc

        }
      };
    
      // Check island control operands.
      for (IslandOp island : merged_island.islands) {
        for (Value input : island.getControlInputs()) {
          Operation* def = input.getDefiningOp();
          DCHECK_EQ(def->getParentOp(), graph);
          try_update_current_candidate(def);
        }
    
        // Check island data operands.
        island.walk([&](Operation* op) {
          for (Value input : op->getOperands()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/layout_optimization.cc

                     operand_type.hasRank() &&
                     result_type.getRank() == operand_type.getRank();
            });
        if (!is_valid_move) return;
      }
    
      // At this point we checked that we can safely move Transpose node before
      // `op`, and bypass all result transposes.
      Location loc = op->getLoc();
    
      // Move constant op defining result permutation to the beginning of the block.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types/size.go

    			t.intRegs = math.MaxUint8
    			t.floatRegs = math.MaxUint8
    		}
    		switch a := t.Elem().alg; a {
    		case AMEM, ANOEQ, ANOALG:
    			t.setAlg(a)
    		default:
    			switch t.NumElem() {
    			case 0:
    				// We checked above that the element type is comparable.
    				t.setAlg(AMEM)
    			case 1:
    				// Single-element array is same as its lone element.
    				t.setAlg(a)
    			default:
    				t.setAlg(ASPECIAL)
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 15K bytes
    - Viewed (0)
  9. tests/integration/pilot/gateway_test.go

    `).ApplyOrFail(t)
    	testCases := []struct {
    		check echo.Checker
    		from  echo.Instances
    		host  string
    	}{
    		{
    			check: check.OK(),
    			from:  apps.B,
    			host:  "bar.example.com",
    		},
    		{
    			check: check.NotOK(),
    			from:  apps.B,
    			host:  "bar",
    		},
    	}
    	if t.Settings().EnableDualStack {
    		additionalTestCases := []struct {
    			check echo.Checker
    			from  echo.Instances
    			host  string
    		}{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolutionstrategy/DefaultCachePolicySpec.groovy

            copy.moduleCacheRules == cachePolicy.moduleCacheRules
            copy.artifactCacheRules == cachePolicy.artifactCacheRules
        }
    
        def "mutation is checked"() {
            def validator = Mock(MutationValidator)
            given:
            cachePolicy.setMutationValidator(validator)
    
            when:
            cachePolicy.cacheChangingModulesFor(0, TimeUnit.HOURS)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 30 22:04:14 UTC 2023
    - 22.3K bytes
    - Viewed (0)
Back to top