Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 67 for parms (0.06 sec)

  1. src/main/resources/fess_indices/_cloud/fess.json

              "type":       "stop",
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Feb 27 09:26:16 UTC 2021
    - 117.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        The primary benefit of the pass is to hoist `num_replicas` `_TPUCompile`s
        into a single `_TPUCompile`.
    
        This pass assumes that when a `tf.Shape` directly inputs from `replicate`
        params, then it is the same shape across replicas.
    
        For example, the following
    
        ```mlir
        tf_device.replicate([%0, %1] as %ri: tensor<*xi32>) {n = 2 : i32} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  3. api/maven-api-model/src/main/mdo/maven.mdo

                  <a href="http://en.wikipedia.org/wiki/UTC%E2%88%9212:00">-12</a> to <a href="http://en.wikipedia.org/wiki/UTC%2B14:00">+14</a>
                  or a valid time zone id like "America/Montreal" (UTC-05:00) or "Europe/Paris" (UTC+01:00).
                ]]>
              </description>
              <type>String</type>
            </field>
            <field>
              <name>properties</name>
              <version>3.0.0+</version>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  4. cmd/bucket-replication.go

    		}
    	}()
    
    	var (
    		hr     *hash.Reader
    		pInfo  minio.ObjectPart
    		isSSEC = crypto.SSEC.IsEncrypted(objInfo.UserDefined)
    	)
    
    	var objectSize int64
    	for _, partInfo := range objInfo.Parts {
    		if isSSEC {
    			hr, err = hash.NewReader(ctx, io.LimitReader(r, partInfo.Size), partInfo.Size, "", "", partInfo.ActualSize)
    		} else {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  5. src/net/http/serve_test.go

    		}))
    		<-conn.closec
    		if numReqs != 1 {
    			t.Errorf("Handler %s: got %d reqs; want 1", handler.name, numReqs)
    		}
    	}
    }
    
    // slowTestConn is a net.Conn that provides a means to simulate parts of a
    // request being received piecemeal. Deadlines can be set and enforced in both
    // Read and Write.
    type slowTestConn struct {
    	// over multiple calls to Read, time.Durations are slept, strings are read.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  6. pkg/printers/internalversion/printers.go

    		if len(pr.Name) > 0 {
    			if pr.Namespace != "" {
    				paramName = pr.Namespace + "/" + pr.Name
    			} else {
    				// Can't tell from here if param is cluster-scoped, so all
    				// params without names get * namespace
    				paramName = "*/" + pr.Name
    			}
    		} else if pr.Selector != nil {
    			paramName = pr.Selector.String()
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  7. pkg/controller/statefulset/stateful_set_control_test.go

    	// Make all pods in statefulset unavailable one by one
    	// and verify that RollingUpdate doesnt proceed with maxUnavailable set
    	// this could have been a simple loop, keeping it like this to be able
    	// to add more params here.
    	testCases := []struct {
    		ordinalOfPodToTerminate []int
    	}{
    
    		{[]int{}},
    		{[]int{5}},
    		{[]int{3}},
    		{[]int{4}},
    		{[]int{5, 4}},
    		{[]int{5, 3}},
    		{[]int{4, 3}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        if (auto custom_op = dyn_cast<mlir::TFL::CustomTfOp>(inst)) {
          // If we have custom op with a region, then use the first op in the
          // region, if it exists, otherwise just use params for custom op.
          if (!custom_op.getBody().empty()) {
            real_inst = &custom_op.getBody().front().front();
          } else {
            module_.emitError(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  9. src/runtime/proc.go

    // thread finds work it takes itself out of the spinning state and proceeds to
    // execution. If it does not find work it takes itself out of the spinning
    // state and then parks.
    //
    // If there is at least one spinning thread (sched.nmspinning>1), we don't
    // unpark new threads when submitting work. To compensate for that, if the last
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Virtual Hosts */
        public static final String LABELS_virtual_host_value = "{labels.virtual_host_value}";
    
        /** The key of the message: Append Params to URL */
        public static final String LABELS_append_query_param_enabled = "{labels.append_query_param_enabled}";
    
        /** The key of the message: Login Required */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
Back to top