Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,203 for configv1 (2.71 sec)

  1. tensorflow/compiler/aot/tests/test_graph_tfgather.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    feed {
      id { node_name: "params" }
      shape {
        dim { size: 4 }
      }
    }
    feed {
      id { node_name: "indices" }
      shape {
        dim { size: 2 }
      }
    }
    fetch {
      id { node_name: "gather_output" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Sep 16 02:38:25 UTC 2017
    - 238 bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/tests/test_graph_tfvariable_readonly.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    fetch {
      id { node_name: "result" }
    }
    
    variable {
      node_name: "x"
      shape {
      }
      type: DT_FLOAT
      readonly: true
    }
    
    variable {
      node_name: "y"
      shape {
      }
      type: DT_FLOAT
      readonly: true
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 20 20:03:30 UTC 2020
    - 244 bytes
    - Viewed (0)
  3. tensorflow/compiler/aot/tests/test_graph_tfcond.config.pbtxt

    # Text form of tensorflow.tf2xla.Config proto.
    feed {
      id { node_name: "p_hold" }
      shape {}
    }
    feed {
      id { node_name: "x_hold" }
      shape {
        dim { size: 1 }
      }
    }
    feed {
      id { node_name: "y_hold" }
      shape {
        dim { size: 1 }
      }
    }
    fetch {
      id { node_name: "result" }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 08 01:00:16 UTC 2018
    - 279 bytes
    - Viewed (0)
  4. platforms/core-runtime/build-option/src/test/groovy/org/gradle/internal/buildoption/StringBuildOptionTest.groovy

            given:
            def config1 = CommandLineOptionConfiguration.create(LONG_OPTION, DESCRIPTION)
            def config2 = CommandLineOptionConfiguration.create('deprecated-config', DESCRIPTION).deprecated()
            def testOption = new TestOption(GRADLE_PROPERTY, config1, config2)
    
            when:
            testOption.applyFromProperty([(GRADLE_PROPERTY): 'deprecated-config'], testSettings)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:02:02 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  5. internal/bucket/encryption/bucket-sse-config.go

    // ParseBucketSSEConfig - Decodes given XML to a valid default bucket encryption config
    func ParseBucketSSEConfig(r io.Reader) (*BucketSSEConfig, error) {
    	var config BucketSSEConfig
    	err := xml.NewDecoder(r).Decode(&config)
    	if err != nil {
    		return nil, err
    	}
    
    	// Validates server-side encryption config rules
    	// Only one rule is allowed on AWS S3
    	if len(config.Rules) != 1 {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Oct 25 00:44:15 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/FailureUrlDbm.java

        //                                                                         ===========
        protected final ColumnInfo _columnConfigId = cci("configId", "configId", null, null, String.class, "configId", null, false, false,
                false, "keyword", 0, 0, null, null, false, null, null, null, null, null, false);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  7. tests/testdata/networking/sidecar-ns-scope/configs.yaml

    # any service (host) in the mesh.
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: default
      namespace: istio-config
    spec:
      host: "*.local"
      trafficPolicy:
        tls:
          mode: ISTIO_MUTUAL
    ---
    # Services and configs in ns1 namespace
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: http1
      namespace: ns1
    spec:
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 04 17:16:38 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/config/cbean/ca/bs/BsFailureUrlCA.java

     */
    package org.codelibs.fess.es.config.cbean.ca.bs;
    
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionAggregation;
    import org.codelibs.fess.es.config.allcommon.EsAbstractConditionQuery;
    import org.codelibs.fess.es.config.cbean.ca.FailureUrlCA;
    import org.codelibs.fess.es.config.cbean.cq.FailureUrlCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsFailureUrlCQ;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  9. tests/testdata/networking/sidecar-without-service/configs.yaml

    # any service (host) in the mesh.
    apiVersion: networking.istio.io/v1alpha3
    kind: DestinationRule
    metadata:
      name: default
      namespace: istio-config
    spec:
      host: "*.local"
      trafficPolicy:
        tls:
          mode: ISTIO_MUTUAL
    ---
    # Services and configs in ns1 namespace
    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: http1
      namespace: ns1
    spec:
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 04 17:16:38 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  10. src/crypto/tls/ech.go

    			}
    			if !extensions.ReadUint16LengthPrefixed((*cryptobyte.String)(&e.Data)) {
    				return nil, errMalformedECHConfig
    			}
    			ec.Extensions = append(ec.Extensions, e)
    		}
    
    		configs = append(configs, ec)
    	}
    	return configs, nil
    }
    
    func pickECHConfig(list []echConfig) *echConfig {
    	for _, ec := range list {
    		if _, ok := hpke.SupportedKEMs[ec.KemID]; !ok {
    			continue
    		}
    		var validSCS bool
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top