Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 73 for Uncommon (0.16 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v1/compile_tf_graph.cc

      // Pass pipeline is defined here instead of leveraging the phase one export
      // pipeline because only the functional to executor dialect conversion and
      // breakup islands passes are common between the export pipeline and here.
      // Reconsider this if there is more commonality in the future with more
      // passes.
      mlir::PassManager manager(module.getContext());
      applyTensorflowAndCLOptions(manager);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. go.mod

    	github.com/pires/go-proxyproto v0.7.0
    	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
    	github.com/prometheus/client_golang v1.19.1
    	github.com/prometheus/client_model v0.6.1
    	github.com/prometheus/common v0.54.0
    	github.com/prometheus/procfs v0.15.1
    	github.com/prometheus/prometheus v0.52.1
    	github.com/quic-go/quic-go v0.44.0
    	github.com/ryanuber/go-glob v1.0.0
    	github.com/spaolacci/murmur3 v1.1.0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. testing/architecture-test/src/test/java/org/gradle/architecture/test/ArchUnitFixture.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.architecture.test;
    
    import com.google.common.collect.ImmutableSet;
    import com.tngtech.archunit.base.DescribedPredicate;
    import com.tngtech.archunit.base.HasDescription;
    import com.tngtech.archunit.core.domain.JavaAnnotation;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  4. go.mod

    	github.com/pkg/errors v0.9.1
    	github.com/pkg/sftp v1.13.6
    	github.com/pkg/xattr v0.4.9
    	github.com/prometheus/client_golang v1.19.1
    	github.com/prometheus/client_model v0.6.1
    	github.com/prometheus/common v0.54.0
    	github.com/prometheus/procfs v0.15.1
    	github.com/puzpuzpuz/xsync/v3 v3.1.0
    	github.com/rabbitmq/amqp091-go v1.10.0
    	github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
    	github.com/rs/cors v1.11.0
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  5. cmd/sts-handlers.go

    			writeSTSErrorResponse(ctx, w, ErrSTSMissingParameter, errors.New("certificate is not valid for client authentication"))
    			return
    		}
    	}
    
    	// We map the X.509 subject common name to the policy. So, a client
    	// with the common name "foo" will be associated with the policy "foo".
    	// Other mapping functions - e.g. public-key hash based mapping - are
    	// possible but not implemented.
    	//
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Jun 11 03:13:30 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  6. src/go/types/unify.go

    		// Look under the name, but not under type parameters (go.dev/issue/60564).
    		xi := asInterface(x)
    		yi := asInterface(y)
    		// If we have two interfaces, check the type terms for equivalence,
    		// and unify common methods if possible.
    		if xi != nil && yi != nil {
    			xset := xi.typeSet()
    			yset := yi.typeSet()
    			if xset.comparable != yset.comparable {
    				return false
    			}
    			// For now we require terms to be equal.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:24:39 UTC 2024
    - 27.9K bytes
    - Viewed (0)
  7. go.mod

    	github.com/pkg/errors v0.9.1
    	github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
    	github.com/prometheus/client_golang v1.19.0
    	github.com/prometheus/client_model v0.6.0
    	github.com/prometheus/common v0.48.0
    	github.com/robfig/cron/v3 v3.0.1
    	github.com/spf13/cobra v1.8.0
    	github.com/spf13/pflag v1.0.5
    	github.com/stretchr/testify v1.8.4
    	github.com/vishvananda/netlink v1.1.0
    	github.com/vishvananda/netns v0.0.4
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/types2/unify.go

    		// Look under the name, but not under type parameters (go.dev/issue/60564).
    		xi := asInterface(x)
    		yi := asInterface(y)
    		// If we have two interfaces, check the type terms for equivalence,
    		// and unify common methods if possible.
    		if xi != nil && yi != nil {
    			xset := xi.typeSet()
    			yset := yi.typeSet()
    			if xset.comparable != yset.comparable {
    				return false
    			}
    			// For now we require terms to be equal.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:24:39 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  9. pilot/pkg/model/telemetry_logging.go

    	reqwithoutquery "github.com/envoyproxy/go-control-plane/envoy/extensions/formatter/req_without_query/v3"
    	otlpcommon "go.opentelemetry.io/proto/otlp/common/v1"
    	"google.golang.org/protobuf/types/known/structpb"
    
    	meshconfig "istio.io/api/mesh/v1alpha1"
    	"istio.io/istio/pilot/pkg/util/protoconv"
    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/maps"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/fingerprint/ConfigurationCacheFingerprintWriter.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.cc.impl.fingerprint
    
    import com.google.common.collect.Sets.newConcurrentHashSet
    import org.gradle.api.Describable
    import org.gradle.api.artifacts.ModuleVersionIdentifier
    import org.gradle.api.artifacts.component.ModuleComponentIdentifier
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 32.8K bytes
    - Viewed (0)
Back to top