Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 314 for palmer (0.14 sec)

  1. tensorflow/compiler/mlir/lite/tests/legalize-tf-hashtables.mlir

      func.return
    }
    
    // -----
    
    // Test for case with import op.
    func.func @hashtable_import(%arg0: tensor<5x!tf_type.string>) {
      %cst = arith.constant dense<["emerson", "lake", "palmer"]> : tensor<3x!tf_type.string>
      %cst_0 = arith.constant dense<[0, 1, 2]> : tensor<3xi64>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. platforms/core-runtime/base-services/src/main/java/org/gradle/api/Namer.java

        /**
         * A comparator implementation based on the names returned by the given namer.
         *
         * @param <T> The type of object that the namer can name
         */
        class Comparator<T> implements java.util.Comparator<T> {
    
            private final Namer<? super T> namer;
    
            public Comparator(Namer<? super T> namer) {
                this.namer = namer;
            }
    
            @Override
            public int compare(T o1, T o2) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  3. platforms/core-configuration/declarative-dsl-core/src/main/kotlin/org/gradle/internal/declarativedsl/parsing/Parser.kt

    Sergey Igushkin <******@****.***> 1712225595 +0400
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 22:06:18 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  4. src/internal/trace/parser.go

    Carlos Amedee <******@****.***> 1715110630 -0400
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:31:04 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. pkg/kubelet/images/puller.go

    ruiwen-zhao <******@****.***> 1699030366 +0000
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 08 00:30:31 UTC 2024
    - 4K bytes
    - Viewed (0)
  6. cmd/signature-v4-parser.go

    Harshavardhana <******@****.***> 1705561397 -0800
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jan 18 07:03:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  7. maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeBuilder.java

            XmlPullParser parser = new MXParser();
            parser.setInput(reader);
            return build(parser, trim, locationBuilder);
        }
    
        public static XmlNodeImpl build(XmlPullParser parser) throws XmlPullParserException, IOException {
            return build(parser, DEFAULT_TRIM);
        }
    
        public static XmlNodeImpl build(XmlPullParser parser, boolean trim) throws XmlPullParserException, IOException {
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  8. security/pkg/server/ca/node_auth.go

    	}
    
    	// Finally, we validate the requested identity is running on the same node the caller is on
    	callerPod := na.pods.Get(caller.PodName, caller.PodNamespace)
    	if callerPod == nil {
    		return fmt.Errorf("pod %v/%v not found", caller.PodNamespace, caller.PodName)
    	}
    	// Make sure UID is still valid for our current state
    	if callerPod.UID != types.UID(caller.PodUID) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  9. security/pkg/server/ca/authenticate/xfcc_authenticator_test.go

    	cases := []struct {
    		name               string
    		xfccHeader         string
    		caller             *security.Caller
    		authenticateErrMsg string
    		useHttpRequest     bool //nolint
    	}{
    		{
    			name:               "No xfcc header",
    			xfccHeader:         "",
    			authenticateErrMsg: "caller from 127.0.0.1:2301 does not have Xfcc header",
    		},
    		{
    			name:               "junk xfcc header",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 17:05:56 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  10. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/cli/converter/StartParameterConverter.java

        public void configure(CommandLineParser parser) {
            welcomeMessageConfigurationCommandLineConverter.configure(parser);
            loggingConfigurationCommandLineConverter.configure(parser);
            parallelConfigurationCommandLineConverter.configure(parser);
            projectPropertiesCommandLineConverter.configure(parser);
            parser.allowMixedSubcommandsAndOptions();
            buildOptionsConverter.configure(parser);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 31 11:25:33 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top