Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for farm (0.07 sec)

  1. doc/go_spec.html

    }
    </pre>
    
    <h4 id="General_interfaces">General interfaces</h4>
    
    <p>
    In their most general form, an interface element may also be an arbitrary type term
    <code>T</code>, or a term of the form <code>~T</code> specifying the underlying type <code>T</code>,
    or a union of terms <code>t<sub>1</sub>|t<sub>2</sub>|…|t<sub>n</sub></code>
    [<a href="#Go_1.18">Go 1.18</a>].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %0 = "tf.Const"() {value = dense<"Arguments to from_row_splits do not form a valid RaggedTensor:zero"> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
      %1 = "tf.Const"() {value = dense<"Condition x == y did not hold element-wise:"> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                  lastUpdated:
                    description: LastUpdated is a timestamp representing the server time
                      when CalicoNodeStatus object last updated. It is represented in
                      RFC3339 form and is in UTC.
                    format: date-time
                    nullable: true
                    type: string
                  routes:
                    description: Routes reports routes known to the Calico BGP daemon
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. docs/en/docs/release-notes.md

    * Raise an exception when using form data (`Form`, `File`) without having `python-multipart` installed.
        * Up to now the application would run, and raise an exception only when receiving a request with form data, the new behavior, raising early, will prevent from deploying applications with broken dependencies.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jun 14 15:07:37 UTC 2024
    - 395.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        String FORM_ADMIN_MAX_INPUT_SIZE = "form.admin.max.input.size";
    
        /** The key of the configuration. e.g. false */
        String FORM_ADMIN_LABEL_IN_CONFIG_ENABLED = "form.admin.label.in.config.enabled";
    
        /** The key of the configuration. e.g. __TEMPLATE__ */
        String FORM_ADMIN_DEFAULT_TEMPLATE_NAME = "form.admin.default.template.name";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__batch__v1_openapi.json

    there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`.\n\nMore completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, which is possible during upgrades due to version skew, the controller...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"stringData": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write,...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        // applications of the TF ExpandDims op vs a more labor intensive
        // reshape. Various code generation techniques benefit from the knowledge
        // that this is a restricted form of shape manipulation that is just adding
        // unit dims.
        if (op.getKeepDims()) {
          for (const auto &dim_is_reduced :
               llvm::enumerate(reduced_dimensions_bitmap)) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/generated.proto

      // characters, '-', '_' or '.'. The serialized form of the secret data is a
      // base64 encoded string, representing the arbitrary (possibly non-string)
      // data value here. Described in https://tools.ietf.org/html/rfc4648#section-4
      // +optional
      map<string, bytes> data = 2;
    
      // stringData allows specifying non-binary secret data in string form.
      // It is provided as a write-only input field for convenience.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  10. src/net/http/h2_bundle.go

    		// RFC 7540, sec 8.1.2.6: A request or response is also malformed if the
    		// value of a content-length header field does not equal the sum of the
    		// DATA frame payload lengths that form the body.
    		return sc.countError("send_too_much", http2streamError(id, http2ErrCodeProtocol))
    	}
    	if f.Length > 0 {
    		// Check whether the client has flow control quota.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top